From 7bac3135dfb0a71d367894b25c1debfe4fb54106 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Aug 2019 14:39:07 +0200 Subject: ngtcp2: on h3 stream close, call expire ... to trigger a new read to detect the stream close! Closes #4275 --- lib/vquic/ngtcp2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index 19e4a8023..d98be181c 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -703,7 +703,7 @@ static int cb_h3_stream_close(nghttp3_conn *conn, int64_t stream_id, fprintf(stderr, "cb_h3_stream_close CALLED\n"); stream->closed = TRUE; - + Curl_expire(data, 0, EXPIRE_QUIC); return 0; } -- cgit v1.2.1