trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
This is an alternative to https://github.com/apache/trafficserver/pull/8664. That PR is fine in-itself and fixes a bug around the the atomic swap not actually reloading. But fixing that bug so that reloading...
I have a case where I want to keep record of everything that is in the disk cache. So I wanted to know are there any TS API's or plugins...
While testing Http/2 to origin with another ATS box acting as the origin, the setting proxy.config.http2.stream_error_rate_threshold is causing problems. The test scenario is below. I am running HTTP/2 to origin...
This updates Proxy Verifier to v2.4.1 which includes body verification.
Data copy was needed because of buffer type difference in HTTP/3 module. This PR removes the data copy (IOBufferBlock -> Regular buffer -> IOBufferBlock) by keeping the data in the...
This pulls in a couple compiler warning fixes from later 9.x branches. Type error: ``` experimental/traffic_dump/json_utils.cc: In function ‘int {anonymous}::esc_json_out(const char*, int64_t, std::ostream&)’: experimental/traffic_dump/json_utils.cc:117:18: error: comparison is always true due...
This splits out the `Doc` struct to its own header. The reason for doing this is to use the struct in `AggregateWriteBuffer.h` without introducing a direct circular dependency on `P_CacheVol.h`,...