that libcurl tried to re-use connections a bit too much when using non-SSL
protocols tunneled over a HTTP proxy.
This commit is contained in:
Daniel Stenberg
2007-10-23 21:00:51 +00:00
parent b9a305983f
commit 949ff9715a
4 changed files with 19 additions and 11 deletions

View File

@@ -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: