summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16HTTP/3: added CONNECT and TRACE methods rejection.Sergey Kandaurov1-1/+14
2021-09-14Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.Ruslan Ermilov1-1/+1
2021-09-13HTTP/3: added debug logging of response fields.Sergey Kandaurov1-3/+38
2021-09-13HTTP/3: Huffman encoding for the Location response field.Sergey Kandaurov1-59/+55
2021-09-13HTTP/3: Huffman encoding for the Last-Modified response field.Sergey Kandaurov1-4/+11
2021-09-13HTTP/3: Huffman encoding for the Content-Type response field.Sergey Kandaurov1-20/+20
2021-09-13HTTP/3: implemented QPACK Huffman encoding for response fields.Sergey Kandaurov1-5/+82
2021-09-09HTTP/3: reading body buffering in filters.Roman Arutyunyan1-3/+35
2021-09-06HTTP/2: optimized processing of small DATA frames.Maxim Dounin1-54/+12
2021-09-06HTTP/2: fixed timers left after request body reading.Maxim Dounin1-12/+12
2021-09-06HTTP/2: fixed window updates when buffering in filters.Maxim Dounin1-2/+18
2021-09-02Fixed debug logging.Roman Arutyunyan1-2/+2
2021-08-31HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin1-1/+3
2021-08-29Request body: reading body buffering in filters.Maxim Dounin3-26/+182
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin2-15/+54
2021-08-29Request body: added alert to catch duplicate body saving.Maxim Dounin1-0/+6
2021-08-29Request body: missing comments about initialization.Maxim Dounin1-0/+2
2021-08-29HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin1-1/+1
2021-08-29HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin1-0/+3
2021-08-29HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin1-62/+96
2021-08-29HTTP/2: improved body reading logging.Maxim Dounin1-0/+6
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin1-0/+4
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2-4/+6
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-7/+6
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov1-0/+3
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov4-72/+9
2021-10-18Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin4-4/+4
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin1-2/+2
2021-10-07Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal1-0/+1
2021-10-06Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin1-0/+4
2021-09-10Request body: do not create temp file if there's nothing to write.Roman Arutyunyan1-1/+1
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin4-25/+25
2021-08-09Disabled HTTP/1.0 requests with Transfer-Encoding.Sergey Kandaurov1-0/+8
2021-07-08HTTP/3: bulk parse functions.Roman Arutyunyan4-870/+1068
2021-08-24HTTP/3: fixed dead store assignment.Sergey Kandaurov1-1/+0
2021-08-10HTTP/3: disabled control characters and space in header names.Sergey Kandaurov1-1/+1
2021-08-05HTTP/3: got rid of HTTP/2 module dependency.Vladimir Homutov2-6/+6
2021-08-04HTTP/3: replaced macros with values.Roman Arutyunyan2-13/+4
2021-07-29HTTP/3: close connection on keepalive_requests * 2.Roman Arutyunyan1-2/+9
2021-08-02QUIC: stream limits in "hq" mode.Roman Arutyunyan1-0/+35
2021-07-29HTTP/3: http3_max_uni_streams directive.Roman Arutyunyan3-0/+28
2021-07-29HTTP/3: require mandatory uni streams before additional ones.Roman Arutyunyan1-2/+11
2021-07-16HTTP/3: use request pool instead of connection pool.Roman Arutyunyan1-5/+5
2021-07-13HTTP/3: response trailers support.Roman Arutyunyan1-16/+118
2021-07-20QUIC: the "quic_gso" directive.Vladimir Homutov1-0/+9
2021-07-01HTTP/3: quic-qpack term updates.Sergey Kandaurov10-232/+232
2021-06-30QUIC: consider max_ack_delay=16384 invalid.Roman Arutyunyan1-1/+1
2021-06-28Disabled control characters in the Host header.Maxim Dounin1-3/+4
2021-06-28Improved logging of invalid headers.Maxim Dounin6-13/+28
2021-06-28Disabled control characters and space in header names.Maxim Dounin3-4/+4