view docs/text/README @ 8623:630ecd703805 quic

QUIC: set NGX_TCP_NODELAY_DISABLED for fake stream connections. Notably, it is to avoid setting the TCP_NODELAY flag for QUIC streams in ngx_http_upstream_send_response(). It is an invalid operation on inherently SOCK_DGRAM sockets, which leads to QUIC connection close. The change reduces diff to the default branch in stream content phase.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 22 Sep 2021 14:01:18 +0300
parents 84db5febe0d4
children
line wrap: on
line source


Documentation is available at http://nginx.org