comparison src/mail/ngx_mail_handler.c @ 8861: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 ec1071830799
children 0aaa09927703
comparison
equal deleted inserted replaced
8860:a2cef164a924 8861:630ecd703805