commit | ce887fd3b2fa633523aa5563b9a8a56b4d87cf46 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 12 12:50:00 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 12 12:50:00 2012 +0200 |
tree | 1197e335e6343857b56f6877dc382364a7bd9563 | |
parent | 2f5b6fc0903259f1d191ef18fd0bf6b45178f3d0 [diff] |
MEDIUM: session: add support for tunnel timeouts Tunnel timeouts are used when TCP connections are forwarded, or when forwarding upgraded HTTP connections (WebSocket) as well as CONNECT requests to proxies. This timeout allows long-lived sessions to be supported without having to set large timeouts to normal requests.