From 807c056c08bd6314e27148c348d027a808e3a632 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Oct 2019 10:43:03 +0200 Subject: conn-reuse: requests wanting NTLM can reuse non-NTLM connections Added test case 338 to verify. Reported-by: Daniel Silverstone Fixes #4499 Closes #4514 --- tests/data/test338 | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/data/test338 (limited to 'tests/data/test338') diff --git a/tests/data/test338 b/tests/data/test338 new file mode 100644 index 000000000..f8dab6528 --- /dev/null +++ b/tests/data/test338 @@ -0,0 +1,63 @@ +# See https://github.com/curl/curl/issues/4499 + + + +HTTP +HTTP GET + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Content-Type: text/html +Funny-head: yesyes + +-foo- + + +connection-monitor + + + +# +# Client-side + + +http + + +ANYAUTH connection reuse of non-authed connection + + +http://%HOSTIP:%HTTPPORT/338 --next http://%HOSTIP:%HTTPPORT/338 --anyauth -u foo:moo + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /338 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +GET /338 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + +[DISCONNECT] + + + -- cgit v1.2.3