mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
quiche: don't close connection at end of stream!
This commit is contained in:
parent
2377465901
commit
b6532b809f
@ -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…
Reference in New Issue
Block a user