Damian Meden
Damian Meden
### JSONRPC TS API proposal This draft is based on https://github.com/apache/trafficserver/pull/7478 which holds the JSONRPC 2.0 implementation for ATS. ### Current state Currently If a plugin wants to handle external...
Apache Traffic Server uses this library for handling the QUIC side of things of H3, as a part of this effort we plan to use quictls as the cryptography library,...
Hi guys, I am working on https://github.com/cloudflare/quiche/pull/1605 which adds support for [openssl/quictls](https://github.com/quictls/openssl) 3 and I wonder if we can ammend the CI jobs to build quiche with openssl. I would...
I'm POST'ing a ~320k file and getting the following assert: https://github.com/apache/trafficserver/blob/7543f7d800ae0884245776415400c21de1a6d8b6/proxy/http3/Http3Frame.cc#L455-L458 ``` #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff7127859 in __GI_abort () at abort.c:79 #2 0x00007ffff7ef0ff1 in ink_abort (message_format=0x7ffff7f5e020 "%s:%d:...
https://github.com/apache/trafficserver/pull/9412
This is a continuation of the work started by Alan (https://github.com/apache/trafficserver/pull/10112) + - Update for the JSONRPC logic which wasn't complete on his original PR due to changes needed in...
It's been failing for quite some time now, this is the list of failing tests. - [ ] active_timeout (@brbzull0 - works locally(using quictls, ubuntu 20.04) - [ ] ja3_fingerprint...
this should do the trick. ``` $ ./build_h3_tools.sh quictls ``` By default it will build quiche+boringssl. Also, removing the `recursive` flag from quiche clone as it's not needed. https://github.com/apache/trafficserver/issues/10873
Update build_h3_tools.sh to let user to build quiche+quictls instead of boringssl. https://github.com/apache/trafficserver/pull/10672 can be used to let ATS build with openssl/quictls and https://github.com/apache/trafficserver/pull/10872 can be used to build quiche with...