[BUG] http: the transaction must be initialized even in TCP mode (part 2)
authorWilly Tarreau <w@1wt.eu>
Mon, 31 May 2010 15:01:36 +0000 (17:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 4 Jun 2010 12:37:05 +0000 (14:37 +0200)
commit39e4f621867c0efdd4a943c797e9e037d48b81c0
tree8fd4cf0d351986a0441d82070902490108ac9ba6
parentd220106092244e05268403e3f3589c012ac204d0
[BUG] http: the transaction must be initialized even in TCP mode (part 2)

Commit 4605e3b641cebbdbb2ee5726e5bbc3c03a2d7b5e was not enough, because
connections passing from a TCP frontend to an HTTP backend without any
ACL and via a "default_backend" statement were still working on non-initialized
data. An initialization was missing in the session_set_backend() function, next
to the initialization of hdr_idx.
src/proxy.c