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

Cloudflare has made some very useful 5xx errors for troubleshooting. From wikipedia: - 520 Unknown Error: The 520 error is used as a "catch-all response for when the origin server...

HTTP
Stale

Adds Au test with plugin forcing various errors on various hooks, with default body or set body.

Plugins

The current version is not thread safe because it returns a pointer into a mutex-protected data structure, which may be invalidated by another thread

Documentation
9.2.0

How do I count the bandwidth value of a single domain name? example: domain: https://www.google.com speed: 10M/s

Support

Related to #8855, this should add support for std::format style print, but maintain timestamps and support arbitrarily long log lines. This could improve logging efficiency over #8855 avoiding a double...

Logging
Performance

We are seeing what it looks like a memory leak in TS 8.0.6: ![image](https://user-images.githubusercontent.com/4091505/78372113-63fa4600-75b8-11ea-99cb-64a7cccf70dc.png) In the screenshot you can see cp1081 being affected by it, beginning on April 2nd at...

Leak

Hi Peeps, Look this previous discussion in: https://github.com/apache/trafficserver/issues/6627 I am commenting about the malloc of line 188. Is there a need to call the **free** function? The **do_mysql_remap** function already...

I use I used TSHttpIntercept to intercept http requests and turn to a custom state machine, in custom SM, when read event callback, close vc directly, ats will crash. codes:...

While looking in to another issue I hit this with master I had a setup of one cache(8080), pointed at an nginx(80) origin on the same box which was setting...

Parent Proxy
Bug

The default value for proxy.config.http.cache.open_read_retry_time is 10ms. While running synthetic load testing simulating a thundering herd against a rotating manifest file I added debug into HttpCacheSM to printout time when...

Cache
Stale