commit | af4bd0867a6ef4ca219bf97fee5205fa928be4ab | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Fri May 25 14:38:57 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 31 10:58:41 2018 +0200 |
tree | dafe0c1df040a9832b16dfb788a35c1503198c35 | |
parent | 9d5422a4b7e71294cf7ce16d60490d907cc92f48 [diff] |
BUG/MEDIUM: lua/socket: wrong scheduling for sockets The appctx pointer is given from any variable which are wrong. This implies the wakeup of wrong applet, and the socket are no longer responsive. This behavior is hidden by another inherited error which is fixed in the next patch. This patch remove all wrong appctx affectations. This patch must be backported in 1.6, 1.7 and 1.8