mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
ngtcp2: on h3 stream close, call expire
... to trigger a new read to detect the stream close! Closes #4275
This commit is contained in:
parent
484b6f345f
commit
7bac3135df
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user