diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 09:08:27 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-11 09:08:27 +0000 |
| commit | 0d058d2174d9b11d0854826d2739f56595434255 (patch) | |
| tree | 635b9af760ae720528e366396e3bea2126ac6059 /RELEASE-NOTES | |
| parent | 8d49a8f2787676bfe8621f1e0cdb9f42ac23c809 (diff) | |
- Daniel Fandrich found out we didn't pass on the user-agent properly when
doing "proxy-tunnels" with non-HTTP prototols and that was simply because
the code assumed the user-agent was only needed for HTTP.
Diffstat (limited to 'RELEASE-NOTES')
| -rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0983411c3..25e90ba3c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,7 @@ This release includes the following bugfixes: o FTP transfers segfault when using different CURLOPT_FTP_FILEMETHOD o c-ares powered libcurls can resolve/use IPv6 addresses o poll not working on Windows Vista due to POLLPRI being incorrectly used + o user-agent in CONNECT with non-HTTP protocols This release includes the following known bugs: |
