summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stream/ngx_stream.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index 8cc95a3ab..46c362296 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -16,10 +16,6 @@
#include <ngx_stream_ssl_module.h>
#endif
-#if (NGX_STREAM_QUIC)
-#include <ngx_stream_quic_module.h>
-#endif
-
typedef struct ngx_stream_session_s ngx_stream_session_t;
@@ -55,7 +51,6 @@ typedef struct {
unsigned bind:1;
unsigned wildcard:1;
unsigned ssl:1;
- unsigned quic:1;
#if (NGX_HAVE_INET6)
unsigned ipv6only:1;
#endif
@@ -81,7 +76,6 @@ typedef struct {
ngx_stream_conf_ctx_t *ctx;
ngx_str_t addr_text;
unsigned ssl:1;
- unsigned quic:1;
unsigned proxy_protocol:1;
} ngx_stream_addr_conf_t;