mlibbey
mlibbey
I don't think there is a way. Is your use case similar to https://github.com/apache/trafficserver/issues/8984 ?
Might also take a look at log stats -- it parses squid binary log to produce stats. https://docs.trafficserver.apache.org/appendices/command-line/traffic_logstats.en.html (and for your previous question... the plugin runs on a single host....
- can you show a curl to your parent with both the t.ole.com and the test.ole.com host: headers? eg, like `curl -sIXGET --resolve t.ole.com:80:217.182.197.203 "http://t.ole.com"` and `curl -sIXGET --resolve test.ole.com:80:217.182.197.203...
caching a POST? that's never been allowed.
Would also be nice to have codes for: - DNS failures. - Other SSL errors (post-handshake)
still hard to troubleshoot 502s. (users mailing list just had an example)
Looks promising!
`Cache-Control: no-cache, must-revalidate, public` --> the origin is telling ATS that it can't serve from cache without revalidation from origin each time. I'd suggest asking them to remove no-cache (plus...
Works for me too. Thanks!
FWIW, I've switched to a fork https://atom.io/packages/remote-edit-ni / https://github.com/newinnovations/remote-edit-ni that has this patch in it.