trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

Results 518 trafficserver issues
Sort by recently updated
recently updated
newest added

https://httpwg.org/specs/rfc9213.html

New Feature

Log the URL when getting a cache OpenReadHead warning when the content length header doesn't match the document/object length in cache

Cache
Stale

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...

Stale
Support

I compared the code for 7.1.8 and 8.1.6, and the code difference near the bug fix is very small.

Stale
Support

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...

Plugins
Transform
Stale

ATS runs for a while and then stops working properly, requiring a restart each time.

Stale
Support

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...

Stale
Support

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...

Tools
JSONRPC

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...

ASan

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....

Plugins