comparison src/http/ngx_http.h @ 8215:38c0898b6df7 quic

HTTP/3.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 13 Mar 2020 19:36:33 +0300
parents be2af41d3620
children 5649079a41f4
comparison
equal deleted inserted replaced
8214:6fd2cce50fe2 8215:38c0898b6df7
35 #include <ngx_http_upstream_round_robin.h> 35 #include <ngx_http_upstream_round_robin.h>
36 #include <ngx_http_core_module.h> 36 #include <ngx_http_core_module.h>
37 37
38 #if (NGX_HTTP_V2) 38 #if (NGX_HTTP_V2)
39 #include <ngx_http_v2.h> 39 #include <ngx_http_v2.h>
40 #endif
41 #if (NGX_HTTP_V3)
42 #include <ngx_http_v3.h>
40 #endif 43 #endif
41 #if (NGX_HTTP_CACHE) 44 #if (NGX_HTTP_CACHE)
42 #include <ngx_http_cache.h> 45 #include <ngx_http_cache.h>
43 #endif 46 #endif
44 #if (NGX_HTTP_SSI) 47 #if (NGX_HTTP_SSI)