]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: take http request timeout from the backend
authorWilly Tarreau <w@1wt.eu>
Sun, 12 Jul 2009 08:03:17 +0000 (10:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Jul 2009 08:03:17 +0000 (10:03 +0200)
commitcd7afc0a13f21efcfe261b04d4327d048d5d3e50
treeb5f17c710794de13e42e61f89934cf4cfac0db51
parentd88bb6f819e947d34c17270b3c5e7079b4b8ea3a
[MINOR] http: take http request timeout from the backend

Since we can now switch from TCP to HTTP, we need to be able to apply
the HTTP request timeout after switching. That means we need to take
it from the backend and not from the frontend. Since the backend points
to the frontend before switching, that changes nothing for the normal
case.
doc/configuration.txt
src/cfgparse.c
src/proto_http.c
src/proxy.c