[Varnish] #1367: Varnish crashes if GET consists from whitespaces only

Varnish varnish-bugs at varnish-cache.org
Tue Oct 29 16:51:52 CET 2013


#1367: Varnish crashes if GET consists from whitespaces only
--------------------+--------------------
 Reporter:  elurin  |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  3.0.4
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+--------------------

Comment (by lkarsten):

 Short term workaround to avoid a panic:

 {{{
 sub vcl_error {
     if (obj.status >= 400 && obj.status < 500) { return(deliver); }
 }
 }}}

 append this before any other vcl_error code is run.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1367#comment:3>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list