aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-10 22:56:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-10 22:56:46 +0000
commit37f7362aca34786d4e81a331fb18135def3fb207 (patch)
tree97d89875e1116ee6afa543178e556ad1a952c8ab /CHANGES
parentbee198def5f63d42c7d6395d0637939df799cc77 (diff)
HTTP 304 response with Content-Length: header
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ec9a4f26..7340b4cde 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (8 April 2005)
+- Cory Nelson reported a problem with a HTTP server that responded with a 304
+ response containing an "illegal" Content-Length: header, which was not
+ properly ignored by libcurl. Now it is. Test case 249 verifies.
+
Daniel (7 April 2005)
- Added ability to build and run with GnuTLS as an alternative to OpenSSL for
the secure layer. configure --with-gnutls enables with. Note that the