commit | f37954d4dad8bb226e5519fbd246bc5ec2946a98 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 18:31:02 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | 255571338cf91cf2b4d30ef5947e24e49847cba6 | |
parent | 6a445ebc8a60f1ad6b8897d334fadf49a13be784 [diff] |
MEDIUM: http: use wrappers instead of directly manipulating buffers states This is aimed at easing the transition to the new API. There are a few places which deserve some simplifications afterwards because ci_head() is called often and may be placed into a local pointer.