
varnish-bugs at varnish-cache
Oct 6, 2011, 8:48 AM
Post #1 of 1
(110 views)
Permalink
|
|
Re: #1028: varnishncsa crashes on %m format with invalid requests (was: varnishncsa crashes randomly)
|
|
#1028: varnishncsa crashes on %m format with invalid requests -------------------------+-------------------------------------------------- Reporter: ljorg | Owner: scoof Type: defect | Status: new Priority: high | Milestone: Component: varnishncsa | Version: 3.0.0 Severity: major | Keywords: -------------------------+-------------------------------------------------- Changes (by scoof): * owner: => scoof * priority: normal => high Comment: %m format does not work for invalid requests. We should probably add a default value for when the request is so broken that the method can't be deduced. Looks like you can use %r as a workaround in your case. It also looks like your " needs escaping to get what you really want. -- Ticket URL: <https://www.varnish-cache.org/trac/ticket/1028#comment:2> Varnish <https://varnish-cache.org/> The Varnish HTTP Accelerator _______________________________________________ varnish-bugs mailing list varnish-bugs [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-bugs
|