trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
draft pull request to run all checks
These errors were logged after failing to load an mTLS key in ATS 9.2: ``` ERROR: SSL::139826296874752:error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch:crypto/x509/x509_cmp.c:303 ERROR: failed to use client private key file from...
Hello, I am running `ATS 9.1.2` as an HTTP forward proxy with both `HTTPS` and `HTTP2`. If I run the curl command `curl -x https://127.0.0.1:8080 -v http://127.0.0.1/` everything works as...
(Tests performed on 9.0.x) body_factory has several performance and correctness issues when compared to serving similar objects from cache. For example serving a 301 with body is 2.6x - 5.5x...
## Issue Report #### Describe the issue Hi team, We have installed Traffic Server from the source code and facing ~1.7-2.5 minutes latency for regex invalidate ops via cache inspector...
We are using the stable 8.1.x build of ATS, specifically ATS 8.1.1. The Origin is a standard Nginx deployment, which only sends out Last-Modified in the headers. **No Cache-Control headers.**...
HostDB restructure introduced a regression where DNS resolution for parent proxies would be skipped and the origin's address would be used instead. It seems related to this diff: https://github.com/apache/trafficserver/commit/156528de4ce4d6bef2f2d2bc0963dadd9f122eec#diff-85a75d910dc93751ef5d568fc20fc73b01bfadac58844e88c7b8e68cedda0f0bL7636 Fixes:...
When building with MiMalloc, create a no dump heap for each thread, which should behave just like the custom no dump arena for jemalloc. Also updated the license of the...
There is a PR to test configuring building ATS with io_uring: #8992 . It would be good if our CI system could test with this io_uring option. @bryancall suggested our...