]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: Forward h2 client cancellations to h2 servers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 30 Apr 2024 12:29:57 +0000 (14:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 May 2024 20:00:00 +0000 (22:00 +0200)
commit20b156ee15c2ff5bd7196480b6d159b5d053e313
tree6faa9211df424ac11e8456286e710f75064dd0ef
parentdea79f3fe19a90c950328bfbfa50160ec89dbfd0
MEDIUM: mux-h2: Forward h2 client cancellations to h2 servers

When a H2 client sends a RST_STREAM(CANCEL) frame to abort a request, the
abort reason is now used on server side, in the H2 mux, to set the
RST_STREAM code. The main use case is to forward client cancellations to
gRPC applications.

This patch should fix the issue #172.
src/mux_h2.c