commit | 63986c72c88f0d5b44f338d734c6f0f91509d187 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 03 22:55:33 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:35:52 2015 +0200 |
tree | 5c0fa1505d0e4cf508d9e016a778e9443acbe169 | |
parent | cb7dd015be4603af3564466d394ac4335aa8102b [diff] |
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.