trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
I have a setup where I would like to enable http2 selectively on specific domains from remap.config. The rest of the domains where http2 is not enabled should be rejected...
Allows use the [Intel Optane Persistent Memory](https://www.intel.com/content/www/us/en/architecture-and-technology/optane-dc-persistent-memory.html) as a storage for cache. It map storage directly into user space memory, so reads and writes are doing by a memcpy (without...
The code below implies Http2Stream's event handler can be called from multiple threads, but I'm not sure if it really happens. https://github.com/apache/trafficserver/blob/aa1d73b07fdb43f7e77f1fb72630f91a7086c366/proxy/http2/Http2Stream.cc#L143-L149 @masaori335 says switching threads is necessary for global...
When hosting.config reloads, currently the file is properly loaded and placed in a new hosting table. However when ats goes to place it in use in the current cache structure...
Here are some numbers from the measurement of the overhead of `dynamic_cast` on the inbound side of HTTP/1.1 on TCP. ## Profile on Instruments Instuments says `0.7%` on `__dynamic_cast` and...
Hello. I tried to use the regex_invalidate API in [cache inspector utility](https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/storage/index.en.html#using-the-cache-inspector-utility) to set a document invalid, but it seems doesn't work when I added the cache rule in cache.config....
While researching the assert described in issue #8079, we noticed that a WriteTransform plugin applied to a 0 length body will stall. The logic to fully set up the WriteTransform...
Recently found CVE-2021-44040 vulnerabilities, I wonder if forward proxy check url and involved this vulnerabilities. I review the commits between 8.1.3 and 8.1.4, I found only this config related to...
1. Add a file change monitoring API to iocore. 2. Use it to add config change monitoring to s3_auth. This can be used to rotate s3_auth secrets. (Previously I made...
The change to remove 'disable_configuration_modification' was not included in the ATS 9.0 Release Notes. Here is the change: https://github.com/apache/trafficserver/pull/5530 Here are the Release Notes. https://docs.trafficserver.apache.org/en/9.0.x/release-notes/upgrading.en.html#removed-records-config-settings Please update the release notes...