commit | ecd2e15919f31df2c0e42b3a1ac74f1344d9a2ae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 07 15:07:25 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 07 15:07:25 2017 +0100 |
tree | a202b4d974caf010b3783e8fb5334c6032c63cf0 | |
parent | 11f5886e5c177de9f77ff11c5848b19a4a8c6e37 [diff] |
BUG/MINOR: stream-int: don't set MSG_MORE on closed request path Commit 4ac4928 ("BUG/MINOR: stream-int: don't set MSG_MORE on SHUTW_NOW without AUTO_CLOSE") was incomplete. H2 reveals another situation where the input stream is marked closed with the request and we set MSG_MORE, causing a delay before the request leaves. Better avoid setting the flag on the request path for close cases in general.