Masakazu Kitajo
Masakazu Kitajo
Tests previously failed were fixed but now remap_acl fails.
[approve ci autest]
No, we found the QUIC reload issue while we work on this one. With #11723 fixed, we'd see 4 "ssl_multicert.config loading ..." lines in total if QUIC is available.
Yes I'd use it like that, but some of `ink_release_assert` are casually used like "I want some hint (coredump) if this check fails".
There are allocators for for H3 and QUIC, although some are not used: ``` $ git grep ClassAllocator src/proxy/http3/ src/proxy/http3/Http3Frame.cc:ClassAllocator http3FrameAllocator("http3FrameAllocator"); src/proxy/http3/Http3Frame.cc:ClassAllocator http3DataFrameAllocator("http3DataFrameAllocator"); src/proxy/http3/Http3Frame.cc:ClassAllocator http3HeadersFrameAllocator("http3HeadersFrameAllocator"); src/proxy/http3/Http3Frame.cc:ClassAllocator http3SettingsFrameAllocator("http3SettingsFrameAllocator"); ``` ``` $...
Yes, that was suggested a few years ago, and nobody has tried it, even though that doesn't require any protocol knowledge.
Yup, that's one of reasons I stopped using them for new code for H3 and QUIC (using them requires extra code, and there was an issue that constructors/destructors are not...
@cfiehe Do you use OpenSSL 3.2+ by any chance? If you do, the cause can be https://github.com/apache/trafficserver/issues/11465.
stale_response failed.
[approve ci autest]