Skip to content

http: make TCP noDelay enabled by default

This PR is the continuation of the work in #41310 and it is aimed to close #34185 (closed).

The PR changes noDelay to be true by default in http.Server and http.Agent (which is also used by http.request). This implies that all HTTP connections (both inbound and outbound) disable Nagle's algorithm by default.

Merge request reports

Loading