MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Jun 2018 13:59:05 +0000 (15:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:41 +0000 (16:23 +0200)
commit84d6b7af87705b07192486c31dbbf17005dc08c0
treeeea629308a0c7375ddf941c8bcd208f785e4d494
parentc0973c6742cf6bd76629230c8edd736a8057b82b
MINOR: h1: make h1_parse_chunk_size() not depend on b_ptr() anymore

It's similar to the previous commit so that the function doesn't rely
on buf->p anymore.
include/proto/h1.h
src/mux_h2.c
src/proto_http.c