diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-17 12:22:24 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-17 12:22:24 +0000 |
| commit | 5ff8f8aaea1a2ea68880782684ba8309a9272581 (patch) | |
| tree | e2bb9aa644e7b71539b3d4e5e94f7e9a4cc9e65c | |
| parent | 7046a10134a8b15c0c769197502663bfe67ed63b (diff) | |
| download | nginx-5ff8f8aaea1a2ea68880782684ba8309a9272581.tar.gz nginx-5ff8f8aaea1a2ea68880782684ba8309a9272581.tar.bz2 | |
QUIC: removed macros for stream limits unused since c5324bb3a704.
| -rw-r--r-- | src/event/ngx_event_quic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c index edd1c7892..5ef8df977 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/ngx_event_quic.c @@ -25,9 +25,6 @@ #define NGX_QUIC_SEND_CTX_LAST (NGX_QUIC_ENCRYPTION_LAST - 1) -#define NGX_QUIC_STREAMS_INC 16 -#define NGX_QUIC_STREAMS_LIMIT (1ULL < 60) - /* * 7.4. Cryptographic Message Buffering * Implementations MUST support buffering at least 4096 bytes of data |
