From 7458b37c0a7a0fe5a0a7743fce80f023a4142bd6 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! --- 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 d616667d6..90af20779 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -833,7 +833,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