commit | 59e3ff45496c645b13093a4fa56011a037ee6e26 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:16:50 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:23:50 2013 +0100 |
tree | b66b63df2b5dc048aff84b0ea9eba8ab72f099ff | |
parent | 566226b9d7a242ca3cafbc26ea9d70ddb40d4135 [diff] |
BUG/MAJOR: session: repair tcp-request connection rules Since recent commit f79c817 (MAJOR: connection: add two new flags to indicate readiness of control/transport) and the surrounding commits, the session initialization has been slightly delayed and the control layer of the connection is not yet initialized when processing the rules. We need to move that minimal initialization a bit above. The bug was introduced with latest changes, no backport is needed.