diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-08-04 15:49:18 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-08-04 15:49:18 +0300 |
| commit | 0b179efeb0bc18e92a31748685cc74240ddb5667 (patch) | |
| tree | e06cf33cf3f6303a5bcdd08c450c1c73b94e76dd /src/event/quic/ngx_event_quic.h | |
| parent | e1ad576f960ab2b455b4d12869f69cb648feba42 (diff) | |
| download | nginx-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.h | 1 |
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; |
