trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Extension of #12122 Add `autest-uds` cmake preset to run all autests with `curl --unix-socket [ts_runtime_dir/socket]` command - skips h2 and tls autests for uds case - skips unrelated autests or...
Verify that the consumer has a valid VConnection before setting up a grpc tunnel for it. Otherwise, avoid the tunnel. Without this change, the tunnel can crash when it tries...
(this is the same as the stale issue #8955 but with a minimal reproducible example) After running the pre-built docker-image version 10.0.5 with a few minor changes to records.yaml and...
Summary: This pull request adds support for Non-Uniform Memory Access (NUMA) to Apache Traffic Server, enhancing performance on NUMA systems. Key Changes: - Added CMake options to enable NUMA support...
1. Add TS_USE_LINUX_SPLICE as a compilation option. 2. Make MIOBuffer and MIOBufferReader polymorphic classes making their member function virtual. 3. Create PipeIOBuffer and PipeIOBufferReader as derived classes, encapsulating Linux pipe....
This implements proxy.config.http.per_client.connection.exempt_list.filename, a configuration for the user to be able to provide a set of IP addresses that are not counted against proxy.config.net.per_client.max_connections_in.
These functions/macro were deprecated since OpenSSL 3.5. The use is not safe, according to the manual. BIO_meth_get_ctrl BIO_meth_get_create BIO_meth_get_destroy https://docs.openssl.org/3.5/man3/BIO_meth_new/#bugs
* Give sensible names to the three different accept code paths (dedicated, per-thread, periodic) * Put common code into functions - vc initialization, send/recv buf settings * Make QUIC UDP...
Anyone tried forward proxying with HTTP/2 traffic with latest release 10.2.0 ? If yes, please share your configuration please. Thanks.
Currently, the UDS path is configured to use the test directory. If traffic_server changes user id and deescalates privilege, then it will not have access to write to the currently...