commit | a6cf7112bbc7b32db5c144aa47822ef52baaf2d3 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Nov 28 15:41:48 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 13:31:53 2018 +0100 |
tree | 4b6bbd44b7afd35966b036a35a8e03f3053df8b0 | |
parent | 7a57e8a67a4f3fdbd50faa51fb05fba573f3cd2a [diff] |
MEDIUM: mux-h2: Don't bother flagging outgoing connections as TOOMANY. When creating a new stream, don't bother flagging a connection with H2_CF_DEM_TOOMANY if we created the last available stream. We won't create any other anyway, because h2_avail_streams() would return 0 available streams, and has it is a blocking flag, it prevents us from reading data after.