trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
Currently, the hostfile is only used for lookup by name. Could we add a reverse index and lookup by address as well?
This config item is for setting how often the host_file is re-read. It is documented and registered in RecordsConfig, but is never read into the `hostdb_hostfile_check_interval` variable.
This PR adds support for using io_uring for AIO on Linux hosts. For this implementation, each net thread and the main thread would have its own io_uring command queue for...
Logs using SiteThrottled* version is helpful for noisy logs, being used here instead of print statements to help with the possible retries when a dns code occurs
--clear-hostdb Clear the DNS resolver cache upon startup. Requires a restart
This is for #8196, and the target branch is 10-Dev because it deprecates a couple of log fields. #8015 corrected errors on the documentation, but the field names were kept...
I'm trying to set up an ATS reverse proxy cache in front of our services. I noticed that ATS writes a huge amount of data to the disk even after...