mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 4.0.2
This commit is contained in:
parent
b81a3fb15f
commit
a18ccca39e
20 changed files with 116 additions and 78 deletions
|
@ -348,7 +348,10 @@ http_client_on_conn_closed (lsquic_conn_t *conn)
|
|||
if (conn_h->client_ctx->hcc_flags & HCC_ABORT_ON_INCOMPLETE)
|
||||
{
|
||||
if (!(conn_h->client_ctx->hcc_flags & HCC_SEEN_FIN))
|
||||
abort();
|
||||
{
|
||||
LSQ_INFO("abort incomplete connection");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
--conn_h->client_ctx->hcc_n_open_conns;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue