CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/19 05:39:38
Modified files:
usr.bin/ftp : fetch.c
Log message:
Fix http (not https) auth combined with proxy auth.
First look for userinfo, and overwrite it to make sure it doesn't
reappears again later.
Then reset the path to fix the fragile mechanism that produces the full
request URI for the proxied connection case.
ok yazuoka@
