diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-22 09:25:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-22 09:25:45 +0000 |
commit | 1056dc9a26db39bdb31f5f0b49080b13df3cb528 (patch) | |
tree | 4e6f40fb1d45be17ac3d82c02ac11e151f8ff71c /RELEASE-NOTES | |
parent | 053654dc4dbb7616d92abea47bfcd3a27c91479a (diff) |
Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out
that specifying a proxy with a trailing slash didn't work (unless it also
contained a port number).
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 50a4db1db..4e57d8ec7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,6 +36,8 @@ This release includes the following bugfixes: o handles chunked-encoded CONNECT responses o misuse of ares_timeout() result o --local-port on TFTP transfers + o specifying a proxy with a trailing slash didn't work (unless it also + contained a port number) This release includes the following known bugs: |