]> err.no Git - varnish/commit
Separate the act of sending a request from that of receiving a response.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 15:45:34 +0000 (15:45 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 15:45:34 +0000 (15:45 +0000)
commit6a7c8389e4ab06f25e6d04b56ff3a7650d69dbd3
tree41104d36ea83ae81d8777f6070b80599617ae364
parent4b1b349bfcf62ae233e5f20861a2a2fdb3d1a2c6
Separate the act of sending a request from that of receiving a response.
This (along with earlier changes to the client code) allows us to send
multiple requests, then receive the responses in order.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2118 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-tools/regress/lib/Varnish/Test/Case.pm
varnish-tools/regress/lib/Varnish/Test/Case/LRU.pm
varnish-tools/regress/lib/Varnish/Test/Case/POST.pm
varnish-tools/regress/lib/Varnish/Test/Case/RePurge.pm
varnish-tools/regress/lib/Varnish/Test/Case/Ticket102.pm
varnish-tools/regress/lib/Varnish/Test/Case/Ticket128.pm
varnish-tools/regress/lib/Varnish/Test/Case/Vary.pm
varnish-tools/regress/lib/Varnish/Test/Client.pm