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 get this error with gcc 12.1.1 on Fedora 36. We are using catch 2.13.8 and I tried upgrading to 2.13.9, but that didn't help. I am able to get...
The `Pragma` header has no meaning in an HTTP response, yet ATS will not cache an HTTP response from origin with `Pragma: no-cache`. Additionally, the presence of a `Cache-Control` header...
Like sending `MAX_(STREAM_)DATA` frame, endpoints need to increase `max_(uni|bidi)_streams` via sending `MAX_STREMA_ID` frame. Details are written in [Draft-14 10.2. Stream Limit Increment](https://tools.ietf.org/html/draft-ietf-quic-transport-14#section-10.2). It looks like `QUICStreamManager` is suitable to generate...
Hi, I have been facing issues while trying to debug why exactly my remap configurations fail. The error messages are not helpful while doing so, the only thing they mention...
The way the current write_fail action code is written I believe it allows children caches of parents to bypass parents in the case where they are not able to obtain...
Package reviewer points out that libexec is for helper applications, and plugins ought go in lib/trafficserver (or lib/trafficserver/plugins). My Fedora/RHEL packaging does this, but would we entertain an upstream change...
Posting an issue about this for discussion to come up with a good remedy. With freelists on, and under high transaction rates, a perf flame graph shows a lot of...
/opt/bin/h2load --npn-list h3-29 -T 1 -N 1 -t 30 -n 200000 -c 100 `cat urls.http3.config | xargs` ``` finished in 35.49s, 5478.69 req/s, 86.47MB/s requests: 200000 total, 194443 started, 194443...
Recently in our CDN project, we found an issue when client do a continuous access from Nginx to ATS(both 5.3.2 and 6.x), for example like 'for i in {1..10}; do...