commit | 2802b07d9742ca73e73dfcbe77d74ce09565b326 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Fri Jun 30 14:11:56 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 30 14:57:24 2017 +0200 |
tree | bbade11f0bacc252ac99c44f66d56d9cc3a1cdea | |
parent | a03d4ada2611d47f4b8d4e281f1bb8b22c46f5dd [diff] |
BUG/MAJOR: applet: fix a freeze if data is immedately forwarded. Introduced regression with 'MAJOR: applet scheduler rework' (1.8-dev only). The fix consist to re-enable the appctx immediatly from the applet wake cb if the process_stream is not pending in runqueue and the applet want perform a put or a get and the WAIT_ROOM flag was removed by stream_int_notify.