trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
I am having a lot of trouble connecting to my apache2 web server origin using the trafficserver docker. On the web server origin, I have several remote hosts, with the...
This adds a test for POST body failover via the escalate plugin. This also fixes the tunnel logic so the body can be sent, especially for small POST bodies.
This pull request adds comprehensive Lua API documentation and helper functions for extracting X.509 certificate data in the ATS Lua plugin. The main changes include new documentation for both client...
When streams are canceled via RST_STREAM, the stream deletion now happens immediately before the next frame is processed. This prevents the race condition where new HEADERS frames are incorrectly refused...
According to RFC 7234 section 3.2, a shared cache can serve cached responses to requests with Authorization headers if the response contains one of the following Cache-Control directives: must-revalidate, proxy-revalidate,...
Initial POC to support virtualhost config schema with remap rules. - Resolves to a single virtualhost entry - Remap rule logic remains the same. Order ranking still applies (i.e. rules...
These are needed anymore and can cause duplicate symbol errors on some configs/linkers.
Make sure we express the intentions properly, using mutex groups from ArgParse. ~~https://github.com/apache/trafficserver/pull/12621 needs to go in first, I'll leave this as draft till we get the first pr sorted.~~...
This gives the API access to the RemapConfig `url_mapping` during TSRemapNewInstance calls. This contains both the assigned stragies pointer and a pointer to the loaded strategy factory. This modifies the...
I previously made a config in Apache traffic server in 9.2.5 using the apt package available on Debian Bookworm. I have recently made the switch to trying to use the...