Date: Wed, 29 Aug 2001 17:57:35 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ftp fetch.c Message-ID: <200108300057.f7U0vZ438235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2001/08/29 17:57:35 PDT Modified files: usr.bin/ftp fetch.c Log: Add support for HTTP/1.1 name-based virtual hosts. Also, use asprintf(3) when creating the request string, as the length of a path is defined as unlimited by the standard and limiting the total request to 4K is awfully arbitrary. PR: 30054 Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 8 days Revision Changes Path 1.19 +13 -8 src/usr.bin/ftp/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108300057.f7U0vZ438235>