trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
They do not appear in any CMakeLIsts.txt file.
How about making it yaml like other configs? ## Current ``` volume=1 scheme=http size=10% volume=2 scheme=http size=1024 ``` ## Proposal - Add `volumes` as root key. - Convert current tag...
### Summary The Lua module currently supports hooks for HTTP only, but doesn't support the [TLS UserAgent hooks ](https://docs.trafficserver.apache.org/en/latest/developer-guide/plugins/hooks-and-transactions/ssl-hooks.en.html#tls-hooks). I know nothing about C and very little about ATS's plugin...
Lua intercept plugins doesn't have ability to get request body.
When upgrading from 9.1.4 to 9.2.x, I've observed some issues with requests failing in unexpected ways that they didn't previously in 9.1.4. I'm not really certain what's happening, so it's...
Hi, I would appreciate any assistance to configure ATS (9.1.3) as forwarding proxy with certifier Configured certifier in plugins and got message that "Dynamic cert generation is enabled". plugin is...
Last few days, I've been running ThreadSanitizer. Some reports has the same pattern of data race, atomic write v.s. normal read. The ink_atomic operations are used for writing variables but...
- [ ] Old APIs - mutex, fopen, expermental.h
Observed this while testing traffic through a ssl port with tr-full. Also configured to proxy.config.http.attach_server_session_to_client to 1, so the origin session is attached to the client session for reuse. Based...