commit | 4af6f3a9eae3e01e068f62033c9f2e17fee1409a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 18 22:36:26 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 18 22:36:26 2007 +0100 |
tree | 3826b74ff81dcecc3ce044f0680783172ec6c2dc | |
parent | a5e65754e6354f8e7d1606824f062a1c547bd3d3 [diff] |
[MINOR] HTTP: factorize all the header insertions Two new functions http_header_add_tail() and http_header_add_tail2() make it easier to append headers, and also reduce the number of sprintf() calls and perform stricter checks.