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

Problem: Currently, quick retries in the last layer (MID layer) are not logged when last.parent_retry has parent.config set to "simply_retry," and last.simple_server_retry_responses has parent.config set to "500,501,502,504,412." Request: Enable logging...

Stale
Support

There are redundant wrapper functions in UnixNetVC and the design is inconstant between read and write, and also between UnixNetVC and SSLNetVC. This PR is a first step for further...

Network
Cleanup

There are many problems with compiling and installing different versions of trafficserver on different liunux systems. Can provide an official docker image? for example: https://github.com/apache/trafficcontrol/pkgs/container/trafficcontrol%2Fci%2Ftrafficserver-alpine

Intermittently, I faced this ASan report on my mac. ``` $ while /opt/ats-asf-master-asan/bin/traffic_server -K -k -R 1; do done ... REGRESSION TEST SDK_API_HttpTxnTransform started Regression test(SDK_API_HttpTxnTransform) still in progress [SDK_API_HttpTxnTransform]...

ASan
Stale

As part of #10539, trying fix of memory leak in the `test_http_hdr_print_and_copy_aux`, I faced a crash. The leak trying to fix ``` ==26521==ERROR: LeakSanitizer: detected memory leaks Direct leak of...

Tests
Leak
Stale

it would be helpful to have the symbols declared in `include/ts` built into a separate .so file (or maybe files) for its definitions rather than having them all defined in...

Plugins
Build
Stale

In the `ci.trafficserver.apache.org/ats/ubuntu:23.04` (`ca43c27c309e`) image, using `lld` instead of `ld` made build failure. ``` + /tmp/ats/bin/traffic_server -K -k -R 1 /tmp/ats/bin/traffic_server: error while loading shared libraries: ../src/api/.libs/libtsapi.so: cannot open shared...

Build
Stale

We noticed the following ATS 10 crash in production. It's a nullptr dereference that would come up every 10-30 minutes on a box running about 1,800 rps. ``` (gdb) bt...

HTTP/2
Crash
Stale

I have found that the current HTTP/3 in version 10.0 is implemented via Quiche. It might be possible to achieve this using [openssl-quic1](https://github.com/quictls/openssl), which supports the BoringSSL API while being...

QUIC
Stale
quiche

As of 10.0.0, ATS http2 request parser rejects requests without the `:authority` pseudo-header. However, haproxy's http2 client will in many situations send requests that have the `Host` header but no...

HTTP/2
Stale