From 974fa1242aa9e7a95c687cb1d074240c53ffb33b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Jun 2007 13:58:14 +0000 Subject: Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave. --- tests/data/test282 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test282') diff --git a/tests/data/test282 b/tests/data/test282 index 557e46144..aa8aba5a2 100644 --- a/tests/data/test282 +++ b/tests/data/test282 @@ -10,7 +10,7 @@ HTTP GET # Server-side -HTTP/1.1 200 OK +HTTP/1.1 200 OK swsclose -- cgit v1.2.3