diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-23 21:00:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-23 21:00:51 +0000 |
commit | 949ff9715a55886ab13fd6cb59d4b4043d457793 (patch) | |
tree | e40ea1d624d1ec57101c7f75d8918cb288f73ab6 /RELEASE-NOTES | |
parent | b9a305983fad324a722f8865a4f4d22535ab6c84 (diff) |
Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out
that libcurl tried to re-use connections a bit too much when using non-SSL
protocols tunneled over a HTTP proxy.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cbc24b8ba..65d23608a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -41,6 +41,8 @@ This release includes the following bugfixes: o specifying a proxy with a trailing slash didn't work (unless it also contained a port number) o redirect from HTTP to FTP memory problem + o re-used connections a bit too much when using non-SSL protocols tunneled + over a HTTP proxy This release includes the following known bugs: |