Proposed change to TS API: TSHeapBuf

2022-08-30 Thread Walt Karas
Described here: https://github.com/apache/trafficserver/blob/os_pkey_cnf_reload/doc/developer-guide/api/functions/TSHeapBuf.en.rst#tsheapbufdata , In PR https://github.com/apache/trafficserver/pull/8790 . This allows a dynamically allocated buffer, of any reasonable length, to be returned by a TS

Proposed change to CPP API

2022-08-30 Thread Walt Karas
I propose moving Cleanup.h from plugins/xdebug to include/ts/api as a part of https://github.com/apache/trafficserver/pull/9044 .

Re: QUIC status

2022-08-30 Thread Masakazu Kitajo
I tried to run the 10-Dev branch with the openssl fork, and it seems like I broke the implementation for OpenSSL. The branch doesn't work with any version of OpenSSL now, but the branch should work with Quiche + BoringSSL. I've been building and running ATS with those almost everyday. The first th

Re: QUIC status

2022-08-30 Thread jean-frederic clere
On 8/29/22 17:13, Masakazu Kitajo wrote: On master, h3-29 and h3-27 are supported. On the 10-Dev branch, h3 (the final version) and probably h3-29 as well. The 10-Dev branch should work with openssl also, if I didn't break it. I'm just not sure if the combination still works. Please let me know