aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2021-12-06 13:02:36 +0300
committerRoman Arutyunyan <arut@nginx.com>2021-12-06 13:02:36 +0300
commit731915a0c5e90b79d3cca1a4b0a3c33e1f77631c (patch)
tree5282f6ce9982b7dc159b98a04baeedd03a7cb4fc /src/http/ngx_http.h
parentea55dbccb248629628baad2b85d7634c82b613ec (diff)
downloadnginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.tar.gz
nginx-731915a0c5e90b79d3cca1a4b0a3c33e1f77631c.zip
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 708defebc..5ac65c859 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -52,9 +52,6 @@ typedef u_char *(*ngx_http_log_handler_pt)(ngx_http_request_t *r,
#if (NGX_HTTP_SSL)
#include <ngx_http_ssl_module.h>
#endif
-#if (NGX_HTTP_QUIC)
-#include <ngx_http_quic_module.h>
-#endif
struct ngx_http_log_ctx_s {