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

CMake has a property called `_CLANG_TIDY`. This adds a function, `clang_tidy_check`, that set the property to the target if `ENABLE_CLANG_TIDY` is true. If it's enabled, `clang-tidy` check the rule in...

CMake

When sending DATA frames, we check that we are not exceeding our write buffer's high water mark. If so, we don't write the frame. Unfortunately, before this patch, no event...

HTTP/2
gRPC

During my experiments involving the sending of numerous requests with a 1KiB body, I have observed that ATS occasionally fails to transmit the complete request body to the upstream server....

Stale
Support

This is work continued from Jeff's initial discovery and code. This patch will do: 1. Change the seen filter to a bitset (1/16th the size) 2. Removes the smallest hash...

Cache
Stale

I noticed this on docs today: ```gdb (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff714c859 in __GI_abort () at abort.c:79 #2 0x0000555555effb85 in ink_abort (message_format=0x55555606b484 "%s:%d: failed assertion `%s`")...

Crash

I reproduced the following crash via gdb in docs running ATS 10 with `Alt-Svc`: ```gdb (gdb) bt #0 0x000055555659ec46 in XpackDynamicTable::lookup (this=0x61200008e710, name=0x6190001072a2 "date", name_len=4, value=0x6250006a2021 "Thu, 22 Feb 2024...

QUIC
10.0.x

I tried to turn on a debug tag for a plugin, but didn't see the debug prints. I tried using the `traffic_server -T ` command line option, and editing `records.yaml`...

Stale

We're currently using ATS v8.1.1. To support regular expressions in request paths, we've been trying to use the regex_remap plugin in the mapping rules Our remap rules look like this:...

Stale
Support