mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:07:16 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue