trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Auto options were added for the experimental plugins with special dependencies in #10741. This adds options for the remaining experimental plugins.
With the default storage config, the Cache_dir regression test generates the below WARNINGs. ``` » /opt/ats-asf-master/bin/traffic_server -K -R 1 -r Cache_dir Traffic Server 10.0.0 Jan 19 2023 15:33:23 Masaoris-MacBook-Pro-16.local traffic_server:...
this should do the trick. ``` $ ./build_h3_tools.sh quictls ``` By default it will build quiche+boringssl. Also, removing the `recursive` flag from quiche clone as it's not needed. https://github.com/apache/trafficserver/issues/10873
* Do not permit a 302 to be cached if a redirect is in progress. * Could be more permissive if we remove the check for `HTTP_STATUS_MOVED_TEMPORARILY` in `HttpTransact::is_response_cacheable()` *...
HostOS: Fedora 37 Version: 9.0.20 Tracker: https://bugzilla.redhat.com/show_bug.cgi?id=2208215 Issue: Inside ATS the splitdns.config regulates, which backendserver is used for a specific domainname to connect to. According to the doc page: https://docs.trafficserver.apache.org/en/9.2.x/admin-guide/files/splitdns.config.en.html...
When testing ats92 compared with ats91 on our linear only 2x100GB 64/128 core ram disk only edge caches we noticed a ramping of established connections to other mid tier caches...
We are running Trafficserver 9.2.3 and observed an issue where trafficserver seems not to work as expected by following 302 redirects. Following the redirect from Origin, ATS now serves the...
ports.py is used by tests/gold_tests/autest-site/trafficserver.text.ext and other Au Test extensions to find available TCP ports. But, when I ran this script, which run 5 concurrent instances of Au Test: ```...
A bunch of HTTP/HTTPS protocol constants that are supposed to be part of the public TS API are declared in `ts/apidefs.h.in` and defined in `records/RecHttp.cc`. We do not link plugins...
This PR adds the `proxy.config.ssl.client.cert.exit_on_load_fail` configuration, which is analogous to the existing `proxy.config.ssl.server.multicert.exit_on_load_fail` config on the (SSL) server side. Unlike `proxy.config.ssl.server.multicert.exit_on_load_fail` the new config is default to `0`(don't exit when...