commit | c920096993c2c01b3e80d34e0297bba490300184 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:03:09 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 31 23:03:09 2013 +0100 |
tree | ab47a342033df7cb293bb7c16cfa26eb5daca048 | |
parent | d81ca040514e509dd218fa704f254c9cbc11c39c [diff] |
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.