comparison src/http/ngx_http.h @ 8015:0596fe1aee16 quic

HTTP/3: server pushes. New directives are added: - http3_max_concurrent_pushes - http3_push - http3_push_preload
author Roman Arutyunyan <arut@nginx.com>
date Thu, 23 Jul 2020 13:41:24 +0300
parents 0d2b2664b41c
children e1eb7f4ca9f1
comparison
equal deleted inserted replaced
8014:c5324bb3a704 8015:0596fe1aee16
91 ngx_http_listen_opt_t *lsopt); 91 ngx_http_listen_opt_t *lsopt);
92 92
93 93
94 void ngx_http_init_connection(ngx_connection_t *c); 94 void ngx_http_init_connection(ngx_connection_t *c);
95 void ngx_http_close_connection(ngx_connection_t *c); 95 void ngx_http_close_connection(ngx_connection_t *c);
96 u_char *ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len);
96 97
97 #if (NGX_HTTP_SSL && defined SSL_CTRL_SET_TLSEXT_HOSTNAME) 98 #if (NGX_HTTP_SSL && defined SSL_CTRL_SET_TLSEXT_HOSTNAME)
98 int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg); 99 int ngx_http_ssl_servername(ngx_ssl_conn_t *ssl_conn, int *ad, void *arg);
99 #endif 100 #endif
100 #if (NGX_HTTP_SSL && defined SSL_R_CERT_CB_ERROR) 101 #if (NGX_HTTP_SSL && defined SSL_R_CERT_CB_ERROR)