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

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...

Stale
Support

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...

Crash
Stale

Adjust to use the reduced argument list for netcat that is available in the ubuntu 22 image.

AuTest
Ubuntu

# 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`...

HTTP
Cleanup
Good First Issue

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...

Support

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...

Support

ubuntu22.04 ![image](https://github.com/apache/trafficserver/assets/20332592/933e8b5a-2e40-4cbd-a1e3-c21b1f53aed6)

Support

ATS accepts and forwards header names containing the following characters, all of which RFC 9110 does not permit in header names: `\t`, ` `, `"`, `(`, `)`, `,`, `/`, `;`,...

HTTP

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...

Build
Tools
HTTP/3