Tatsuhiro Tsujikawa

Results 428 comments of Tatsuhiro Tsujikawa

ngtcp2_crypto_boringssl.h includes openssl/ssl.h which defines enum ssl_encryption_level_t. This kind of build error most likely comes when openssl/ssl.h is not a header file of boringssl. Instead it might be another openssl...

I tend to disagree with this change. While this change might help the particular use case for envoy, other applications might want the current ordering of frames. In general, I...

It says nothing about extension frames. There is a frame which can be sent before HEADERS (e.g., PRIORITY).

Could you check the CI failure? It is named "unofficial", but this is the official ngtcp2 repository. Is it just a remnant of vcpkg patch that is surely "unofficial"?

You can find my e-mail address in git log. See the e-mail attached to "Tatsuhiro Tsujikawa"

I built ngtcp2 interop image with custom entrypoint image as ubuntu 22.04 base, and all interop tests succeeded except for A which has a known issue (see https://github.com/quic-interop/quic-interop-runner/pull/376). > but...

That might brake the existing builds which depends on the current behavior. I would be better to stick with autotools rather than making everything cmake. @vszakats What do you think...

If wolfssl cmake support lags behind, then there is no reason to solely rely on it. At least, it is required to fallback to pkg-config (current way to find the...