]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: handle CONTINUATION frames
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Oct 2017 06:19:21 +0000 (08:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commit61290ec774b311edad0285b90fab979a420d252c
tree801f314734de595a0d1ddb31853aeee887eb15c3
parent27a84c90ce57da78dff382d99d7829e90aee524a
MINOR: h2: handle CONTINUATION frames

For now we have nowhere to store partial header frames so we can't
handle CONTINUATION frames and we must reject them. In this case we
respond with a stream error of type INTERNAL_ERROR.
src/mux_h2.c