Re: varnish + gatling http first read error: EOF

2016-09-21 Thread Guillaume Quintard
Look at varnishlog, and find the error in the log. And possibly look at a few BeReq before that. I've seen apache wrongly replying 304 with body. As Varnish expect no body, it bytes are read as the next request's headers, and as you can guess, that doesn't work well. You may be affected my a

varnish + gatling http first read error: EOF

2016-09-21 Thread Tobias Honacker
Hi all, we are facing some issues trying to stresstest our oAuth App using Varnish 4.0.3 and Gatling Infra: LB -> Apache (SSL Offloading) + Varnish -> Appserver (Apache + Tomcat) Varnishlog: http://pastebin.com/tCWgi01H VCL: http://pastebin.com/cEdzAwxs tcpdump on our app server with 1 req/s