
varnish-bugs at varnish-cache
Aug 16, 2011, 1:34 PM
Post #1 of 3
(174 views)
Permalink
|
|
#978: esi_level > 0 does not clear do_stream, resulting in assert
|
|
#978: esi_level > 0 does not clear do_stream, resulting in assert ----------------------+----------------------------------------------------- Reporter: martin | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: varnishd | Version: 3.0.0 Severity: major | Keywords: ----------------------+----------------------------------------------------- do_stream is cleared only on do_esi, not also when esi_level > 0, causing assert in RES_StreamStart on res_mode. See attached test case. -- Ticket URL: <http://varnish-cache.org/trac/ticket/978> Varnish <http://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
|