[Varnish] #1185: Assert error in VRT_IP_string(), cache/cache_vrt.c line 313
Varnish
varnish-bugs at varnish-cache.org
Mon Aug 27 10:11:54 CEST 2012
#1185: Assert error in VRT_IP_string(), cache/cache_vrt.c line 313
----------------------+--------------------
Reporter: kristian | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: build | Version: 3.0.0
Severity: normal | Resolution:
Keywords: |
----------------------+--------------------
Comment (by phk):
I have tried to reproduce with this slighly more compact vtc:
{{{
varnishtest "Test multiple requests over a single connection"
server s1 {
rxreq
txresp -status 200
} -start
varnish v1 -vcl+backend {
} -start
client c1 {
loop 3000 {
txreq -req GET -hdr "Host: localhost"
}
loop 3000 {
rxresp
}
} -run
varnish v1 -cliok "debug.sizeof"
varnish v1 -expect sess_pipeline > 2000
varnish v1 -expect sess_readahead > 0
}}}
But it stubbornly insists on working...
--
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1185#comment:5>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list