trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.

Results 518 trafficserver issues
Sort by recently updated
recently updated
newest added

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...

HTTP/2
Crash
Stale

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...

PluginVC

Now that we have committed to c++11, we can replace our own scoped logic with std::unique_ptr.

Cleanup
Good First Issue

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...

TLS
Server Session

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...

Cleanup
Incompatible

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
HTTP
Incompatible

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...

Documentation
Support

ATS has proxy.config.hostdb.serve_stale_for to serve stale responses, but no corresponding metric indicates if HostDB responded with a stale response.

DNS
Metrics

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...

Support