trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
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...
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.
Let's determine if we need this after fixing #11287 and whether fuzzing complains on other code path
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...
- [ ] Various old protocol scheme WKS (e.g. NNTP and the streaming protocols). Keep e.g. FTP and other scheme that are good.
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...
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,...
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:...
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...