commit | b97f3b1abf529446dc0dc99caaad20616d26c7fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 20 22:56:45 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:23 2013 +0100 |
tree | c4c580428d2351f4788a3d681a738aad4f17eb22 | |
parent | c10aec299f132aace06920014633674234bfdd2e [diff] |
MINOR: connection: add conn_new() / conn_free() conn_new() will be a more convenient way of allocating and initializing a connection. It calls pool_alloc2() and conn_init() upon success. conn_free() is just a pool_free2() but is provided for symmetry with conn_new().