From: Daniel Stenberg Date: Wed, 19 May 2004 10:31:58 +0000 (+0000) Subject: David Byron's test case with -F that used to crash X-Git-Tag: curl-7_12_0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91601b3bf47c48a11d3ee443bdcee022ce687a1d;p=thirdparty%2Fcurl.git David Byron's test case with -F that used to crash --- diff --git a/tests/data/test170 b/tests/data/test170 new file mode 100644 index 0000000000..4d23e61085 --- /dev/null +++ b/tests/data/test170 @@ -0,0 +1,36 @@ +# Server-side + + + +# Client-side + + +http + + +HTTP POST with --proxy-ntlm and no SSL with no response + + +http://a.galaxy.far.far.away/170 --proxy http://%HOSTIP:%HOSTPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value" + + + +# Verify data after the test has been "shot" + + +^User-Agent: curl/.* + + +HEAD http://a.galaxy.far.far.away/170 HTTP/1.1 +Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA= +User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 libidn/0.4.3 +Host: a.galaxy.far.far.away +Pragma: no-cache +Accept: */* + + +# 52 is CURLE_GOT_NOTHING + +52 + +