haproxy/include
Willy Tarreau face839296 [OPTIM] http: set MSG_MORE on response when a pipelined request is pending
Many times we see a lot of short responses in HTTP (typically 304 on a
reload). It is a waste of network bandwidth to send that many small packets
when we know we can merge them. When we know that another HTTP request is
following a response, we set BF_EXPECT_MORE on the response buffer, which
will turn MSG_MORE on exactly once. That way, multiple short responses can
leave pipelined if their corresponding requests were also pipelined.
2010-01-03 11:37:54 +01:00
..
common [MEDIUM] Decrease server health based on http responses / events, version 3 2009-12-16 00:29:27 +01:00
import
proto [MAJOR] http: implement body parser 2009-12-27 22:54:55 +01:00
types [OPTIM] http: set MSG_MORE on response when a pipelined request is pending 2010-01-03 11:37:54 +01:00