mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
quiche: don't close connection at end of stream!
This commit is contained in:
parent
2377465901
commit
b6532b809f
1 changed files with 1 additions and 3 deletions
|
|
@ -459,9 +459,7 @@ static ssize_t h3_stream_recv(struct connectdata *conn,
|
|||
break;
|
||||
|
||||
case QUICHE_H3_EVENT_FINISHED:
|
||||
if(quiche_conn_close(qs->conn, true, 0, NULL, 0) < 0) {
|
||||
;
|
||||
}
|
||||
streamclose(conn, "End of stream");
|
||||
recvd = 0; /* end of stream */
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue