summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-08-04 15:49:18 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-08-04 15:49:18 +0300
commit0b179efeb0bc18e92a31748685cc74240ddb5667 (patch)
treee06cf33cf3f6303a5bcdd08c450c1c73b94e76dd /src/event/quic/ngx_event_quic.h
parente1ad576f960ab2b455b4d12869f69cb648feba42 (diff)
downloadnginx-0b179efeb0bc18e92a31748685cc74240ddb5667.tar.gz
nginx-0b179efeb0bc18e92a31748685cc74240ddb5667.tar.bz2
QUIC: client certificate validation with OCSP.
Diffstat (limited to 'src/event/quic/ngx_event_quic.h')
-rw-r--r--src/event/quic/ngx_event_quic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/quic/ngx_event_quic.h b/src/event/quic/ngx_event_quic.h
index d3429cbe4..d425cee31 100644
--- a/src/event/quic/ngx_event_quic.h
+++ b/src/event/quic/ngx_event_quic.h
@@ -69,6 +69,7 @@ typedef struct {
struct ngx_quic_stream_s {
ngx_rbtree_node_t node;
+ ngx_queue_t queue;
ngx_connection_t *parent;
ngx_connection_t *connection;
uint64_t id;