MEDIUM: http: use wrappers instead of directly manipulating buffers states
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jun 2018 16:31:02 +0000 (18:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commitf37954d4dad8bb226e5519fbd246bc5ec2946a98
tree255571338cf91cf2b4d30ef5947e24e49847cba6
parent6a445ebc8a60f1ad6b8897d334fadf49a13be784
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.
src/proto_http.c