diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-04 12:01:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-04 12:01:59 +0000 |
commit | 8bed45340a48585bbd91e508f1ac44f5ed5bf178 (patch) | |
tree | c083b12a1e8132c2573af2f514ad6b67eda4806a /RELEASE-NOTES | |
parent | 55138753c63cb7a6d1191028df25b689b73baefa (diff) |
Toshiyuki Maezawa fixed a problem where you couldn't override the
Proxy-Connection: header when using a proxy and not doing CONNECT.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9412f0d0e..fa925c6be 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o couldn't override the Proxy-Connection: header for non-CONNECT requests o curl_multi_fdset() could wrongly return -1 as max_fd value Other curl-related news: @@ -32,6 +33,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner + Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa Thanks! (and sorry if I forgot to mention someone) |