trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
## Summary - Add debug logging, validation assertions, and memory poisoning to help track down intermittent heap corruption issues during cache cleanup - Helps diagnose issues like `free(): corrupted unsorted...
HEAD method with "Content-Length" header was returning 502 code because header differs from payload length as there is no payload in this case. See https://datatracker.ietf.org/doc/html/rfc7540#section-8.1.2.6 > A response that is...
Adds `traffic_ctl config reset` to reset configuration records to their default values. Supports both record name format (proxy.config.*) and YAML format (records.*) for path matching. There is no new ATS...
This adds support for targeted Cache-Control headers (like CDN-Cache-Control) that allow cache directives to be targeted at specific caches. The implementation includes a configurable, priority-ordered list of targeted headers via...
# Problem https://github.com/apache/trafficserver/pull/9181 introduced an issue where an origin server was marked as down even though a connection had been successfully established. This issue occurs under the following conditions: 1....
Detect and ignore Cache-Control directives that are malformed (e.g., using semicolons instead of commas). When the parser cannot fully consume a Cache-Control directive value, leaving unparsed non-whitespace content, the directive...
This produces errors in the log output, but they are not considered load / reload failures. I.e. ATS will still startup as before. We should fix this in ATS v11....
The idea here is to allow a configurable amount of directory synchronization to disk, where -1 means "as much parallelism as there are drives". This does have the downside of...
`--haproxy-clientip` flag for curl command is only available version 8.2.0 or above. We have the check on test_TSVConnPPInfo. https://github.com/apache/trafficserver/blob/163056e768a147822d0e2810b48fc1d15ccf0097/tests/gold_tests/pluginTest/tsapi/test_TSVConnPPInfo.test.py#L25-L28
This adds new configuration options for volume.config, as well as adding an `@volume= `setting to remap.config (avoiding the hosting.config stepping stone).