lsquic icon indicating copy to clipboard operation
lsquic copied to clipboard

ICSL value from server-side is never used.

Open YuShengwei-95 opened this issue 2 years ago • 2 comments

Hi, it seems that ICSL value from SHLO hs_ctx->icsl = get_tag_value_i32(val, len); is never used.

set_earliest_idle_alarm always uses conn->fc_settings->es_idle_conn_to instead of referring to the negotiated ICSL value.

If the server does not send a close frame when closing the connection, this will cause the client to think that the connection is still available, but will not actually receive any data from sever side.

YuShengwei-95 avatar Apr 10 '23 12:04 YuShengwei-95

that's for gQUIC, not the latest IETF QUIC/HTTP3.

litespeedtech avatar Jul 06 '23 03:07 litespeedtech