comparison src/http/ngx_http_request.c @ 7458:0f0c75caa038

Style.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Feb 2019 16:41:08 +0300
parents bf1ac3dc1e68
children be2af41d3620
comparison
equal deleted inserted replaced
7457:d97d09ef3afe 7458:0f0c75caa038
831 } 831 }
832 832
833 ngx_http_close_connection(c); 833 ngx_http_close_connection(c);
834 } 834 }
835 835
836
836 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME 837 #ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
837 838
838 int 839 int
839 ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg) 840 ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg)
840 { 841 {