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 are in a situation where we have some remap rules configured that include cookies in the cachekey for specific domains. Since we do not want to place a cachekey...
I'm using `trafficserver` 9.1.1 and running it as forward proxy, when I set remap_required to 1, and added this line `map https://example.com https://example.com @action=allow` in remap.config. My question is this...
Although the default and minimum value is `2048` (as advertised) ATS will accept any value less than the advertised default, which will end up in ATS crashing. This change sets...
This is a bcc tool to check the pthread try lock, I talked at ATS Summit before.
Prior to issue #9527, content-type header was being deleted and readded in `merge_response_header_with_cached_header` despite line [5005](https://github.com/apache/trafficserver/blob/master/src/proxy/http/HttpTransact.cc#L5005) specificaly stating that it should not be overwritten. Once the issue was fixed, if...
Replay files seem to search for the first header when testing and assume that is the intended value. This is fine except for duplicate headers. E.g. X-Duplicate-Header: same X-Duplicate-Header: other...
build from git branch 10.0.1 ``` PKG_CONFIG_PATH=/opt/nspace/luajit/lib/pkgconfig:$PKG_CONFIG_PATH cmake -B build -DENABLE_LUAJIT=ON cmake --build build -- -j 8 cmake --install build ``` then start with ``` bin/trafficserver start ``` then ```...
Initially the backend replies with response like: ``` HTTP/1.1 200 OK Date: Mon, 23 Sep 2024 14:22:14 GMT X-Reveal-Duplicate: same Cache-Control: max-age=30, stale-if-error=604800, stale-while-revalidate=15, public Content-Length: 14475 Content-Type: application/javascript Expires:...
This is so we can get an idea of cache write lock contention. The counter could also be bumped in `HttpSM::state_cache_open_write` in the CACHE_EVENT_OPEN_WRITE_FAILED case.