]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: create a dedicated pool for http_txn
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 20:55:33 +0000 (22:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:35:52 +0000 (11:35 +0200)
commit63986c72c88f0d5b44f338d734c6f0f91509d187
tree5c0fa1505d0e4cf508d9e016a778e9443acbe169
parentcb7dd015be4603af3564466d394ac4335aa8102b
MINOR: http: create a dedicated pool for http_txn

This one will not necessarily be allocated for each stream, and we want
to use the fact that it equals null to know it's not present so that we
can always deduce its presence from the stream pointer.

This commit only creates the new pool.
src/haproxy.c
src/proto_http.c
src/stream.c