CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/23 16:27:16
Modified files:
usr.bin/ftp : fetch.c
Log message:
Handle redirection to relative url's in the Location: header of http
responses. Yes, they are violating the rfc's. Yes they do exist anyway.
Also fix a memory leak when url_encode fails to malloc, by simply
err'ing out if so.
feedback and ok phessler@
