commit | 5c4373a47b1b84f6d32a0904c00cde3e5d96393a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 14:47:48 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | a9ac40b3b03e391a9eeb9028a72583b42872ea3d | |
parent | f9e190e49ab2859eade317734261b7c22d0fe83d [diff] |
MINOR: mux-quic: disable read on CONNECTION_CLOSE emission Similar to sending, read operations are disabled when a CONNECTION_CLOSE frame has been emitted. Most notably, this prevents unneeded loop demuxing when the H3 layer has issue an error and cannot process the buffer payload anymore. Note that read is not prevented for unidirectional streams for the moment. This will supported soon with the unification of bidir and uni streams treatment.