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

We found out that sometimes we hit a busy loop here, so adding a timeout to make sure we do not hangup forever here.

Bug
JSONRPC Client

# Executive summary When TLS Client Hello is split into two TCP segments and segments arrive to TrafficServer in different parts, blind tunneling flow breaks. # Details ## Use case...

Support

On ATS 10.0.0 and 10.0.1-rc0, it seems that when a remap rule has `number_of_redirections` set to a non-zero value, the redirect itself is _sometimes_ cached even though it is not...

Cache
Bug
Redirect

hello !! i want to set acl with geoip country. so, i set header_rewrite plugin configurations about geo. and i got always same response header below. i tested this on...

Support
maxmind_acl

The issue was originally reported by TSan as a shutdown race. That report is easily reproducible, but I don't have a TSan build right now to do so. There were...

ASan
TSan

This deletes the `UnixSocket` copy constructors and adds move constructors and a destructor. The `NetAccept` and `NetAcceptEvent` classes now store shared pointers to their server instances because of this change....

Network
Cleanup

Some unit test may have a dead lock issue or something. I feel like log output always stops here when CI job is stuck. ``` make[4]: Entering directory '/home/jenkins/workspace/master/os_build/src/iocore/cache' PASS:...

Tests
CI
Stale

Hi everyone, I using TrafficSrever branch: master - [#828b7d3](https://github.com/apache/trafficserver/commit/828b7d3e40655982f8abc88a5e634ed17ec39681) I added config to record.config, config as bellow: ``` CONFIG proxy.config.dump_mem_info_frequency INT 1 CONFIG proxy.config.res_track_memory INT 1 ``` But when start...

Stale
Support

Testing ASan build on the `ci.trafficserver.apache.org/ats/ubuntu:23.04` image, `test_RWW` reports below leak. ``` ================================================================= ==31887==ERROR: LeakSanitizer: detected memory leaks Direct leak of 32 byte(s) in 1 object(s) allocated from: #0 0x55cca653bbfe...

ASan
Stale

The build_h3_tools.sh script lists dependencies which are clearly outdated. @JosiahWI pointed out that they reference Python2, which is clearly no longer needed. With ATS 10 we are adding the building...

Documentation
Stale