From 91601b3bf47c48a11d3ee443bdcee022ce687a1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 19 May 2004 10:31:58 +0000 Subject: David Byron's test case with -F that used to crash --- tests/data/test170 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/data/test170 (limited to 'tests') diff --git a/tests/data/test170 b/tests/data/test170 new file mode 100644 index 000000000..4d23e6108 --- /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 + + -- cgit v1.2.3