summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_quic_module.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-05-14 12:05:35 +0400
commit779bfcff5f7544494c7c85ac73f41a033e749528 (patch)
tree3b2eb813fdff62f2b6b45d36a550a660ba64ad1a /src/stream/ngx_stream_quic_module.h
parent089d1f653001419ea9d0b463434a89007ec805bd (diff)
downloadnginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.gz
nginx-779bfcff5f7544494c7c85ac73f41a033e749528.tar.bz2
Stream: removed QUIC support.
Diffstat (limited to '')
-rw-r--r--src/stream/ngx_stream_quic_module.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/stream/ngx_stream_quic_module.h b/src/stream/ngx_stream_quic_module.h
deleted file mode 100644
index 6ac4d96f0..000000000
--- a/src/stream/ngx_stream_quic_module.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-/*
- * Copyright (C) Roman Arutyunyan
- * Copyright (C) Nginx, Inc.
- */
-
-
-#ifndef _NGX_STREAM_QUIC_H_INCLUDED_
-#define _NGX_STREAM_QUIC_H_INCLUDED_
-
-
-#include <ngx_config.h>
-#include <ngx_core.h>
-#include <ngx_stream.h>
-
-
-extern ngx_module_t ngx_stream_quic_module;
-
-
-#endif /* _NGX_STREAM_QUIC_H_INCLUDED_ */