trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Log the URL when getting a cache OpenReadHead warning when the content length header doesn't match the document/object length in cache
ATS build options: /configure --prefix=/home/zxats --with-user=zxats --with-group=zxats --enable-hwloc --enable-example-plugins --enable-experimental-plugins --with-jemalloc=./jemalloc-5.2.1 Test Case: The sizes of all the cache objects in orgin server are the same, a lot of 28KB...
I compared the code for 7.1.8 and 8.1.6, and the code difference near the bug fix is very small.
When we run traffic with small post bodies (e.g., 1024 bytes), the traffic passes through our transform plugin without issue. When the post body is larger (e.g. 4096), the curl...
ATS runs for a while and then stops working properly, requiring a restart each time.
I try to map a plain HTTP request from a client to a HTTPS destination using: ``` map http://127.0.0.1:8080/docker/ https://download.docker.com/linux/ubuntu/ ``` The mapping itself is working and the URL is...
This was ok for a first pass, but we need a dinamic size buffer, maybe use `IOBufferChain`. Current buffer is hardcoded at 32k. If eventually we want to inject full...
Master branch. Built with clang-15. Configured with `--prefix=/opt/ats --enable-debug --enable-asan` ```================================================================= ==128097==ERROR: AddressSanitizer: odr-violation (0xffffb4c0bc60): [1] size=112 'vtable for YAML::EmitFromEvents' src/emitfromevents.cpp [2] size=112 'vtable for YAML::EmitFromEvents' src/emitfromevents.cpp These globals were...
Hi everyone, I using TrafficSrever branch: master - [#828b7d3](https://github.com/apache/trafficserver/commit/828b7d3e40655982f8abc88a5e634ed17ec39681). I trying OpenTelemetry Tracer Plugin to manage tracer for system. When i use the plugin, it make request processing time increase....