trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Hi @jeredfloyd We got the ATS installed on RHEL 8.x, We have not been able to get the query-string as well as http header details (specific-fields or consolidated) in ATS-Proxy...
We saw crashes (assertion failures) while we test 9.2.0 on our production and we think #8301 is the cause (or it made things worse at a minimum). The change made...
Adjust to use the reduced argument list for netcat that is available in the ubuntu 22 image.
# Proposal Deprecate below two functions of the MIMEField ``` const char *name_get(int *length) const; const char *value_get(int *length) const; ``` ## Background `MIMEField` has two `value_get` functions return `std::string_view`...
We are running Trafficserver 9.2.3 and ran into an issue where trafficserver reached the maximum amount of stats and records which is set by [`maxRecords`](https://docs.trafficserver.apache.org/appendices/command-line/traffic_server.en.html#cmdoption-traffic_server-m). The reason for this is...
Hi all, When we install TS with dnf install trafficserver, it will install the latest version. Now is 9.2.3. But if i want to keep version 9.2.2, how can i...
ubuntu22.04 
ATS accepts and forwards header names containing the following characters, all of which RFC 9110 does not permit in header names: `\t`, ` `, `"`, `(`, `)`, `,`, `/`, `;`,...
Update build_h3_tools.sh to let user to build quiche+quictls instead of boringssl. https://github.com/apache/trafficserver/pull/10672 can be used to let ATS build with openssl/quictls and https://github.com/apache/trafficserver/pull/10872 can be used to build quiche with...