]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests
authorWilly Tarreau <w@1wt.eu>
Tue, 31 Dec 2013 22:03:09 +0000 (23:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Dec 2013 22:03:09 +0000 (23:03 +0100)
commitc920096993c2c01b3e80d34e0297bba490300184
treeab47a342033df7cb293bb7c16cfa26eb5daca048
parentd81ca040514e509dd218fa704f254c9cbc11c39c
BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests

It's a bit hasardous to wipe out all channel flags, this flag should
be left intact as it protects against recursive calls. Fortunately,
we have no possibility to meet this situation with current applets,
but better fix it before it becomes an issue.

This bug has been there for a long time, but it doesn't seem worth
backporting the fix.
src/proto_http.c