Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



lukem
Wed Jul 22 09:06:28 PDT 1998
Update of /cvsroot/src/usr.bin/ftp
In directory nb00:/tmp/cvs-serv22627

Modified Files:
        Makefile extern.h fetch.c util.c 
Log Message:
* send 'Connection: close' in HTTP/1.1 headers, preventing the
  remove server from using a persistent connection, which speeds
  up such requests.
* support http 301 and 302 redirects
* rewrite guts of url_get() to use fparseln() et al instead of
  read(s,&p,1)...  enables each in the header to be parsed
  as necessary
* rename login to ftp_login, to remove conflict with util.h::login
* cleanup verbose messages during http proxy requests




Home | Main Index | Thread Index | Old Index