From ef6f0403556afecc0a595915e016e7889eef0eb8 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 21 Nov 2012 16:01:59 +0100
Subject: Test 206: Use a Content-Length header for the 407 response

Otherwise curl would have to guess where the body ends.
---
 tests/data/test206 | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests/data/test206')

diff --git a/tests/data/test206 b/tests/data/test206
index 5e4fc5cc9..9c1e0248d 100644
--- a/tests/data/test206
+++ b/tests/data/test206
@@ -20,6 +20,7 @@ connection-monitor
 <data>
 HTTP/1.1 407 Authorization Required to proxy me my dear
 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
+Content-Length: 33
 
 And you should ignore this data.
 </data>
@@ -46,6 +47,7 @@ Server: no
 <datacheck>
 HTTP/1.1 407 Authorization Required to proxy me my dear
 Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345"
+Content-Length: 33
 
 HTTP/1.1 200 OK swsbounce
 Server: no
-- 
cgit v1.2.3