commit | 2c249ebc7543512a4539a48bb75676dca47bf5fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 13 18:06:17 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 13 19:14:52 2019 +0200 |
tree | a55f694e9b9aa51ace5cecebc9696d3b7b638ea0 | |
parent | c234ae38f859ee0b96455b207bb7031cf5fa036d [diff] |
MINOR: mux-h2: add two H2S flags to report the need for shutr/shutw Currently when a shutr/shutw fails due to lack of buffer space, we abuse the wait_event's handle pointer to place up to two bits there in addition to the original pointer. This pointer is not used for anything but this and overall the intent becomes clearer with h2s flags than with these two alien bits in the pointer, so let's use clean flags now.