diff src/http/ngx_http_request.h @ 8481:0d2b2664b41c quic

QUIC: added "quic" listen parameter. The parameter allows processing HTTP/0.9-2 over QUIC. Also, introduced ngx_http_quic_module and moved QUIC settings there
author Roman Arutyunyan <arut@nginx.com>
date Tue, 21 Jul 2020 23:09:22 +0300
parents d6feece1288a
children 9dce2978e4fd
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -324,7 +324,6 @@ typedef struct {
     ngx_chain_t                      *free;
 
     unsigned                          ssl:1;
-    unsigned                          quic:1;
     unsigned                          proxy_protocol:1;
 } ngx_http_connection_t;