diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 20:42:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 20:42:02 +0000 |
commit | f7472075d7d267ef915ad7015e0ac1b97bdf2cc7 (patch) | |
tree | d3e776336380bfa7d9579ad77cafa114be885993 /RELEASE-NOTES | |
parent | 9f72db13c4608d57e8232f355e5b96335d2035f6 (diff) |
Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0
when CURLOPT_HTTP200ALIASES is used to avoid the problem mentioned below is
not very nice if the client wants to be able to use _either_ a HTTP 1.1
server or one within the aliases list... so starting now, libcurl will
simply consider 200-alias matches the to be HTTP 1.0 compliant.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f349796d0..866fe9e4c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: o added curl_multi_socket_action() o deprecated curl_multi_socket() o uses less memory in non-pipelined use cases + o CURLOPT_HTTP200ALIASES matched transfers assume HTTP 1.0 compliance This release includes the following bugfixes: @@ -59,6 +60,7 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, - Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström + Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, + Anders Gustafsson Thanks! (and sorry if I forgot to mention someone) |