trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
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...
# 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...
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
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,...
This parameter was deprecated in 9.x but not listed in the upgrading release notes page
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...
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....
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...