mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-25 23:12:54 +00:00
BUG/MEDIUM: mux-quic: fix stalled POST requets
Add a missing notify RECV for conn-stream in qcc_decode_qcs(). This fixes stalled POST requests which may occur with some clients such as ngtcp2.
This commit is contained in:
parent
7ae48a70d6
commit
b710415e75
@ -449,6 +449,8 @@ int qcc_decode_qcs(struct qcc *qcc, struct qcs *qcs)
|
||||
return 1;
|
||||
}
|
||||
|
||||
qcs_notify_recv(qcs);
|
||||
|
||||
TRACE_LEAVE(QMUX_EV_QCS_RECV, qcc->conn, qcs);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user