Roland Krikava's cookies over proxy fix.

This commit is contained in:
Daniel Stenberg
2004-08-16 07:24:25 +00:00
parent 559553b169
commit 45197b188e
4 changed files with 54 additions and 3 deletions

View File

@@ -6,10 +6,15 @@
Changelog
Daniel (16 August 2004)
- Roland Krikava found and fixed a cookie problem when using a proxy (the
path matching was wrong). I added test case 179 to verify that we now do
right.
Daniel (11 August 2004)
- configure now defines _XOPEN_SOURCE to 500 on systems that need it to build
warning-free (the only known one so far is non-gcc builds on 64bit SGI
IRIX).
IRIX). (Reverted this change later as it caused compiler errors.)
- the FTP code now includes the server response in the error message when the
server gives back a 530 after the password is provided, as it isn't