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

I noticed the following crash (from traffic.out, passed through c++filt) on the docs server: ``` Fatal: /home/bneradt/src/trafficserver_10/src/proxy/http/HttpSM.cc:2627: failed assertion `default_handler != (HttpSMHandler) nullptr` [Mar 11 04:02:19.504] traffic_crashlo NOTE: crashlog started,...

Crash
10.0.x

We don't use the dns to load balance backends due to cache and it being ineffective. We've been using varnish and looking at doing a varnish frontend & ats backend...

Support

The code to increment the metrics only exists in Http1ClientSession. Use of TLS does not matter.

Metrics
Bug

The docs are out of date and need to be updated to include changes that came with the cmake build.

Documentation

We have ton of test cases in reamp_acl.test.py (AuTest), each of test cases starts and stop ATS and origin server. It takes long long time (over 5 min). https://github.com/apache/trafficserver/blob/3f949f717b7fe8ef1d6aabd70aa18d340f0da342/tests/gold_tests/remap/remap_acl.test.py#L475-L495 This...

Good First Issue
AuTest

Hello! We have 4 NVME disks and noticed recently that their usage is some kind of unbalanced: ```sh # for nvme in 0 1 2 3; do echo "nvme${nvme}:"; smartctl...

Support

seems configure script doesnt support for trafficserver 10.x but still official spec file contains configure related part to create package. Is anyone created redhat package for 10.x ?

Support

Figured Id open this just so we can have a discussion during one of our calls We noticed an issue where if you get back a dns error response for...

DNS

It would be nice if drop_chunked_trailers could have different values for incoming connections (client connections) and outgoing connections (server/origin connections). There are two ways to support this: A) Use one...

Enhancement

latest quiche release 0.23.2 A notable change on the release is: > Added support for configuring the idle timeout per connection (rather than "globally" at the Config level) via the...

QUIC
quiche