From 72b1144b8c1844ec81d5f5b73eb9b2a088377fec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 Apr 2004 14:27:54 +0000 Subject: getting only a 100 Continue response and nothing else, when talking HTTP, is now treated as an error by libcurl --- tests/data/test158 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/data/test158 (limited to 'tests/data/test158') diff --git a/tests/data/test158 b/tests/data/test158 new file mode 100644 index 000000000..95ad05978 --- /dev/null +++ b/tests/data/test158 @@ -0,0 +1,49 @@ +# Server-side + + +HTTP/1.1 100 Continue swsclose +Silly-header: yeeeees + + + + +# Client-side + + +http + + +HTTP multipart formpost with only a 100 reply + + +http://%HOSTIP:%HOSTPORT/158 -F name=daniel + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* +^Content-Type: multipart/form-data.* +^---------------------------.* + + +POST /158 HTTP/1.1 +User-Agent: curl/7.11.2-CVS (i686-pc-linux-gnu) libcurl/7.11.2-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* +Content-Length: 145 +Expect: 100-continue +Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc + +------------------------------4f12fcdaa3bc +Content-Disposition: form-data; name="name" + +daniel +------------------------------4f12fcdaa3bc-- + + +52 + + -- cgit v1.2.3