trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
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,...
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...
The code to increment the metrics only exists in Http1ClientSession. Use of TLS does not matter.
The docs are out of date and need to be updated to include changes that came with the cmake build.
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...
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...
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 ?
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...
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...
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...