trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
We found out that sometimes we hit a busy loop here, so adding a timeout to make sure we do not hangup forever here.
# 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...
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...
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...
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...
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....
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:...
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...
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...
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...