trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

Results 518 trafficserver issues
Sort by recently updated
recently updated
newest added

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...

HTTP/2

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.

Bug
escalate

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...

Plugins
Lua

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...

HTTP/2
Bug

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,...

Cache
Bug

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...

Configuration

These are needed anymore and can cause duplicate symbol errors on some configs/linkers.

Build
Cleanup

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.~~...

Tools
traffic_ctl
traffic_layout

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...

Plugins
strategy

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...