MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 13:53:21 +0000 (15:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commitc0973c6742cf6bd76629230c8edd736a8057b82b
tree83568e31bc06661e5ade351eb41a501b736b0b93
parent5dd17353d5834c3c3da97fa730f22553bb512b50
MINOR: h1: make h1_skip_chunk_crlf() not depend on b_ptr() anymore

It now takes offsets relative to the buffer's head. It's up to the
callers to add this offset which corresponds to the buffer's output
size.
include/proto/h1.h
src/mux_h2.c
src/proto_http.c