trafficserver
trafficserver copied to clipboard
Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
A recent change (#9090) broke parsing for the config key virtual_host which can be supplied without a value. This change fixes parsing for virtual_host, and adds it to autest.
plugin_init calls api_init which will intialize all the global hooks needed for lifecycle and other plugins. Without doing this those hook objects are empty so if a plugin (such as...
This adds a configurable fast mode to log objects that use per-thread log buffers rather than having all threads contend for per-object buffers. While this is much faster, it does...
HI I have installed trafficserver with version 8.0.6 in Ubuntu-20.06. For testing, tried curl command like curl -x http:// google.com. Command not responding after executing this command. Issue: existing code...
When I worked on #9094, I found that OPTIONS request (asterisk-form) is not handled correctly either. HTTPHdr treats anything between request method and "HTTP/1.x" as URL, and it tries to...
``` [root@localhost ~]# mkdir test [root@localhost ~]# cd test [root@localhost test]# traffic_layout init creating runroot - /root/test WARNING: Unable to copy 'cachedir' - No such file or directory NOTE: Creating...
Getting a result from it, without blocking event thread.
Command such as: traffic_cache_tool --spans=/usr/local/etc/trafficserver/storage.config list It will say that 0 [1]: 'var/trafficserver' is not readable. As we all know that storage.config only one line "var/trafficserver 256M". Command such as:...
Issue #8199 outlines the issue. This PR adds a new setting to allow for setting the session window separately from the stream window. Closes #8199 --- This takes over for...