commit | 7bb634549794298fc701d33efd93c7289dcf9cb7 | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Fri Aug 17 23:51:02 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Aug 18 00:23:52 2018 +0200 |
tree | 823970ac2cff9fbc7950d1ffc20f77f7bc2343eb | |
parent | 6aab7378354ad704fed1e14fff256e2d74f60090 [diff] |
BUG/MEDIUM: lua: socket timeouts are not applied Sachin Shetty reported that socket timeouts set in LUA code have no effect. Indeed, connect timeout is never modified and is always set to its default, set to 5 seconds. Currently, this patch will apply the specified timeout value to the connect timeout. For the read and write timeouts, the issue is that the timeout is updated but the expiration dates were not updated. This patch should be backported up to the 1.6 branch.