diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-25 13:58:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-25 13:58:14 +0000 |
commit | 974fa1242aa9e7a95c687cb1d074240c53ffb33b (patch) | |
tree | 5297e760812dfc2a28941b7ba0e2144cbc4b4124 /tests/data/test282 | |
parent | 3dff58b3aa14e2a6c0c3a0e35eb27da654288553 (diff) |
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.
Diffstat (limited to 'tests/data/test282')
-rw-r--r-- | tests/data/test282 | 2 |
1 files changed, 1 insertions, 1 deletions
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 <reply> <data> -HTTP/1.1 200 OK +HTTP/1.1 200 OK swsclose </data> </reply> |