LiteSpeed Tech

Results 117 comments of LiteSpeed Tech

No further update. Assume it has been resolved.

We are a Linux shop, cannot help much on that. but pull request on this are welcome.

Thanks for the contribution, still wait for the CI result. Once it is passed, will merge it. If it also depends on pull request to ls-qpack project, the CI failure...

How big is the difference between lsquic and TCP? Detail numbers? As I know lsquic is not very good handling high packet loss. It is not tuned for that. To...

Do you know which congestion control is used? BBR or Cubic? We knew our BBR implementation may not get correct bandwidth estimation for fast network. `-l` option can be used...

No, we have not specifically measured throughput through wireless connection.

Only IETF QUIC (HTTP/3) supports that, so, please make sure you are testing HTTP/3, not Google QUIC.

Log shows h3-34 is used indeed. The certificate verification callback should be called by BoringSSL when handle the TLSv1.3 stream data, you may have to trace into that to find...

Good finding. Can you show us the full call stack when `X509_verify_cert()` is called? There should be some error handling code at certain caller stack level to fail it. Since...

That's hard to decrypt. :-) An easier way is to compile BoringSSL as well as lsquic with debug symbol. then load http_client binary under gdb, set breakpoint to `x509_vfy.c:466`, run,...