trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
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...
Adds Au test with plugin forcing various errors on various hooks, with default body or set body.
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
How do I count the bandwidth value of a single domain name? example: domain: https://www.google.com speed: 10M/s
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...
We are seeing what it looks like a memory leak in TS 8.0.6:  In the screenshot you can see cp1081 being affected by it, beginning on April 2nd at...
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...
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...