trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
When autest runs a command, there is typically a return code check. Per the failure I saw in #9770, the test error message looks like this: ``` Setting up :...
I use push method to write cache to trafficserver, and I want trafficserver response 404 immediately. How should I configure to achieve this function?
@maskit converted the mechanism for OCSP fetch from the openssl's implementation to using FetchSM via #9591. This is a necessary and valuable change to give us flexibility with our SSL...
I'm a part of the team that manages the ASF ATS CI images. I did a routine update of the ci.trafficserver.apache.org/ats/rockylinux:8 image to make it slimmer by cleaning up build...
1. TSPortDescriptorParse() returns a pointer to a dynamically allocated object. There is no way to delete this object so it would be leaked ( https://github.com/apache/trafficserver/blob/85d50c2d7e916e7e30c698fdb1c32b1db7779455/src/traffic_server/InkAPI.cc#L8917 ). 2. This capability is...
That is, the regression tests run with the -R option on the traffic_server command. There seems to be consensus that these tests are hard to maintain. Related issues: https://github.com/apache/trafficserver/issues/5048 https://github.com/apache/trafficserver/issues/2637...
After migrating the configuration from the 8.0 server, the error module error appears at startup regex_remap.so , with the following lines from the log file: [May 26 15:59:28.658] traffic_server ERROR:...
Version: 9.2.0 OS: Fedora 37 Issue: "/usr/bin/traffic_cache_tool --spans /dev/xvdc1 scan" generates a lot of these messages and the diskcache seems to be partly defective as it gives out binary nonsense:...
It looks like we need to find or write a client to exercise the timeout. https://github.com/apache/trafficserver/pull/11354