trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
The current master branch intermittently crashes with `ssntxnorder_verify.so` which is a plugin for the openclose_h2 AuTest. ## backtrace ``` (lldb) bt * thread #3, name = '[ET_NET 1]', stop reason...
Removes active/passive buffer intermediate buffer to reduce data transfer latency - removes MIOBuffer and IOBufferReader objects for both transfers - for every write, it reduces `transfer_bytes` call from 2 to...
Now that we have committed to c++11, we can replace our own scoped logic with std::unique_ptr.
When developing a new plugin for sharing STEK (Session Ticket Encryption Key) on a colo, I discovered that some of the boxes on the colo I was testing cannot be...
Current issues are: * pcre library is no longer maintained; author working on pcre2 * pcre jit support in ATS is incomplete * https://issues.apache.org/jira/browse/TS-3143 * https://issues.apache.org/jira/browse/TS-3144 * Precompilation is not...
It's time to compare the list of well-known strings and the HTTP Field Name Registry. https://www.iana.org/assignments/http-fields/http-fields.xhtml I think we had a similar discussion about adding some strings from HTTP/2 &...
cache_key_genid is missing documentation, here is what I found out by analyzing the code: This plugin allows you to use a Kyoto database to increase genid per hostname, hence expiring...
ATS has proxy.config.hostdb.serve_stale_for to serve stale responses, but no corresponding metric indicates if HostDB responded with a stale response.
Hello! I am trying to build Traffic Server 9.1.1 on Oracle Linux 8, using the [official documentation for CentOS](https://cwiki.apache.org/confluence/display/TS/CentOS), and I have run into some issues. It appears that I...