]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: add support for tunnel timeouts
authorWilly Tarreau <w@1wt.eu>
Sat, 12 May 2012 10:50:00 +0000 (12:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 May 2012 10:50:00 +0000 (12:50 +0200)
commitce887fd3b2fa633523aa5563b9a8a56b4d87cf46
tree1197e335e6343857b56f6877dc382364a7bd9563
parent2f5b6fc0903259f1d191ef18fd0bf6b45178f3d0
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.
doc/configuration.txt
include/proto/proxy.h
include/types/proxy.h
src/cfgparse.c
src/proxy.c
src/session.c