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

Monitors data rate and server connections to predict origin server failure. Utilizes "death cross" of data rate, where data rate EMA with window size of 5s falls below data rate...

Plugins

This implements the HTTP/2 to origin feature.

HTTP/2

# Problem ATS doesn't respond correctly to conditional range requests. According to [the spec][1], ATS must ignore the `Range` header and send back the full content when the condition in...

HTTP

convert to c++ plugin move ip allow setup to use ipmap if a config is used link it to remap to initiate plugin reload on config change

Plugins

Documents an undocumented field. Because I got tired of looking it up in the code. This applies to both core and parent_select plugin strategies. Should be backported to 9.2, 9.1,...

Documentation
9.2.0

This parameter was deprecated in 9.x but not listed in the upgrading release notes page

Documentation

That is, errors for allocations that are still referenced, but not deallocated, when TS exists. Includes a registry for items to be destroyed/deleted in static destruction, in the ASAN build...

Core
Cleanup

These `exclude_hostname` and `exclude_port` args were needed due to limitations on events, the parent_select plugin needed to get the subsequent parent to try, if necessary, because no event would fire....

Plugins

This removes dependency for http2 form http3 by moving their common code into `proxy/hdrs/`. The logic is basically unchanged. Only trick I added is a switch to create (reserve) pseudo...

HTTP/2
Cleanup