wangfuyu

Results 6 issues of wangfuyu

Why ans not share *.c file on git? My machine is core-avx2, so I can't use install_dep.sh to generate librte_ans.a.

https://github.com/litespeedtech/lsquic/blob/d9b2c378376468a2aa2a75b24b2c3b9a3f82dc48/src/liblsquic/lsquic_stream.c#L1538 1. readf may found connection error, like HEC_QPACK_DECOMPRESSION_FAILED 2. If connection error happen, I think stream frame should not be process again. Otherwise it may assert some unexpected action....

https://github.com/litespeedtech/lsquic/blob/d9b2c378376468a2aa2a75b24b2c3b9a3f82dc48/src/liblsquic/lsquic_stream.c#L2163 1) lsquic_stream_readable may detect connection error, like HEC_QPACK_DECOMPRESSION_FAILED. 2) If connection error happen, I think stream on_read should not be call.

We set http_server with prog_settings->es_idle_to = 0 and prog_settings->es_idle_conn_to = 0, and then call http_client to send Q043 and h3-27 request to it. Result: Q043: Server destroy connection imediately after...

bug
post-gQUIC

If data is empty, we don't need to call ack_off()