commit | cd7afc0a13f21efcfe261b04d4327d048d5d3e50 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jul 12 10:03:17 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jul 12 10:03:17 2009 +0200 |
tree | b5f17c710794de13e42e61f89934cf4cfac0db51 | |
parent | d88bb6f819e947d34c17270b3c5e7079b4b8ea3a [diff] |
[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.