Commit 02c63726 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Remove one superflous rxreq in b19

Refs #3776
parent ad03dcba
varnishtest "Check that max_restarts outside vcl_recv works and that we don't fall over"
server s1 {
rxreq
txresp -body "012345\n"
accept
rxreq
txresp -body "012345\n"
accept
rxreq
txresp -body "012345\n"
accept
rxreq
txresp -body "012345\n"
accept
rxreq
txresp -body "012345\n"
accept
server s1 -repeat 5 {
rxreq
txresp -body "012345\n"
} -start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment