[Varnish] #1269: varnishncsa does not show pipe'ed requests
Varnish
varnish-bugs at varnish-cache.org
Sun Feb 24 12:14:14 CET 2013
#1269: varnishncsa does not show pipe'ed requests
-----------------------+-------------------------
Reporter: prymitive | Type: defect
Status: new | Priority: low
Milestone: | Component: varnishncsa
Version: 3.0.3 | Severity: minor
Keywords: |
-----------------------+-------------------------
I'm using varnishncsa (3.0.3) for creating hourly traffic stats for each
of my app behind it and I've noticed that logs are missing all pipe'ed
requests. Man page doesn't have any information about this, it only says:
{{{
Varnish:hitmiss
Whether the request was a cache hit or
miss. Pipe and pass are considered misses.
Varnish:handling
How the request was handled, whether it
was a cache hit, miss, pass, pipe or error.
}}}
So above docs are little confusing.
I've found that those requests are simply ignored due to https://www
.varnish-cache.org/trac/browser/bin/varnishncsa/varnishncsa.c#L524
Would anything break if we would allow to log those requests event without
the status code? I think that adding new switch to varnishncsa that would
enable such logs and information that resulting logs will miss some
information would be enough.
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1269>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list