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

Had a customer issue and started trying to reproduce it here and finally could using proxy verifier as an origin. If you return an error response, say 404, and have...

Bug
Stale

Prior to the change, when HTTP/2 connection is created, the `write_buffer` is allocated with `http2.write_buffer_block_size` (default value is 256KB). However, only DATA frame needs such large buffer.

HTTP/2

Let's determine if we need this after fixing #11287 and whether fuzzing complains on other code path

HTTP/2
HTTP/3

Greetings, So, I have walked through the [documentation](https://docs.trafficserver.apache.org/en/latest/getting-started/index.en.html#installing-from-source-code) of installing Traffic Sever with source code.. long story short, I have configured the map rule, edited the storage size, and did...

Support

- [ ] Various old protocol scheme WKS (e.g. NNTP and the streaming protocols). Keep e.g. FTP and other scheme that are good.

Stale

In src/proxy/http/remap/unit-tests: test_PluginDso.cc test_PluginFactory.cc test_RemapPlugin.cc They build, but fail on the dlopen() call. The test plugins (also in this directory) used by this test build on all supported OSes except...

Nothing is tested with AWS-LC, but it builds.

Build
TLS

Specifically this test run: https://github.com/apache/trafficserver/blob/96066eec2d4e4cc29c1665d8a9e484160932c0f3/tests/gold_tests/tls/tls_tunnel.test.py#L217 Causes this exception: ``` 2023-03-22 02:41:41,351 - root - INFO - Sending PROXY protocol version 2 Traceback (most recent call last): File "/home/wkaras/REPOS/TS/tests/_sandbox/tls_tunnel/proxy_protocol_client.py", line 176,...

TLS
AuTest

I saw this while running ATS in docs with ASan enabled and h3 configured via Alt-Svc: ``` [Apr 8 17:27:16.716] [ET_NET 5] DIAG: (http3_trans) [] [18] Delete transaction ================================================================= ==1824542==ERROR:...

QUIC
HTTP/3
Stale

In my dev env (Homebrew LLVM-17.0.6 on macOS Sonoma 14.4.1), I faced below error with ASan build. It's a bit odd that I saw this error only if I enable...

Build
ASan