From 0e31d41d4e1cc5c4c9945e152215a4a6198a865b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Apr 2004 08:35:37 +0000 Subject: test160 - for a more controlled testing of the case where libcurl starts to re-use a connection that is closed when re-used and libcurl should then make a new fresh connection and use instead --- tests/data/test160 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 tests/data/test160 (limited to 'tests/data/test160') diff --git a/tests/data/test160 b/tests/data/test160 new file mode 100644 index 000000000..48f6aa549 --- /dev/null +++ b/tests/data/test160 @@ -0,0 +1,66 @@ +# Server-side + + +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 9 + +surprise + + +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + +surprise2 + + + +wait 1 + + + +# Client-side + + +http + + +HTTP with delayed close, conn reuse, connection reset and retry + + +http://%HOSTIP:%HOSTPORT/want/160 http://%HOSTIP:%HOSTPORT/wantmore/1600001 + + + +# Verify data after the test has been "shot" + + +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 9 + +surprise +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + +surprise2 + + + +^User-Agent:.* + + +GET /want/160 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + +GET /wantmore/1600001 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3