]> git.kaiwu.me - haproxy.git/commit
MEDIUM: mux-h2: make use of standard HPACK encoding functions for the status
authorWilly Tarreau <w@1wt.eu>
Mon, 10 Dec 2018 17:06:40 +0000 (18:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 08:07:02 +0000 (09:07 +0100)
commitaafdf583338b0461eb4768916a4bd897f891238c
treef98475a09477a32d8f0fe5bbcd4ca92b925e74d2
parent8895367fb1fd7f857a137eb8ef86f2f429879242
MEDIUM: mux-h2: make use of standard HPACK encoding functions for the status

This way we don't open-code the HPACK status codes anymore in the H2
code. Special care was taken not to cause any slowdown as this code is
very sensitive.
src/mux_h2.c