commit | d04e858db0e8072529b176321c1c31aa10c82e59 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 31 12:31:35 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:14 2010 +0200 |
tree | 667fd84fcd9034ec26347b7b0f7407df7f0b7bad | |
parent | 85e7d00a708f24b925bffc62ef5bd5584caf034c [diff] |
[MEDIUM] session: initialize server-side timeouts after connect() It was particularly embarrassing that the server timeout was assigned to buffers during an accept() just to be potentially changed later in case of a use_backend rule. The frontend side has nothing to do with server timeouts. Now we initialize them right after the connect() succeeds. Later this should change for a unique stream-interface timeout setting only.