... so the test works when using a HTTP proxy like
Privoxy that sends an error message if the server
doesn't send data.
Closes #8959
\r
This server reply is for testing a simple Location: following
</data>
+<data2>
+HTTP/1.1 200 This is another weirdo text message swsclose\r
+Connection: close\r
+\r
+Thanks for following.
+</data2>
</reply>
# Client-side
# Verify data after the test has been "shot"
<verify>
-<errorcode>
-52
-</errorcode>
<protocol>
GET /we/want/our/%TESTNUMBER HTTP/1.1\r
Host: %HOSTIP:%HTTPPORT\r
Content-Length: 62\r
Connection: close\r
\r
+HTTP/1.1 200 This is another weirdo text message swsclose\r
+Connection: close\r
+\r
+Thanks for following.
http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER
</stdout>
</verify>