comparison src/http/ngx_http_request.h @ 8167:5d91389e0fd3 quic

Initial QUIC support in http.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 28 Feb 2020 13:09:51 +0300
parents 9606d93aa586
children 38c0898b6df7
comparison
equal deleted inserted replaced
8166:7999d3fbb765 8167:5d91389e0fd3
321 ngx_int_t nbusy; 321 ngx_int_t nbusy;
322 322
323 ngx_chain_t *free; 323 ngx_chain_t *free;
324 324
325 unsigned ssl:1; 325 unsigned ssl:1;
326 unsigned quic:1;
326 unsigned proxy_protocol:1; 327 unsigned proxy_protocol:1;
327 } ngx_http_connection_t; 328 } ngx_http_connection_t;
328 329
329 330
330 typedef void (*ngx_http_cleanup_pt)(void *data); 331 typedef void (*ngx_http_cleanup_pt)(void *data);