]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for HTTP/1.1 name-based virtual hosts. Also, use
authorMike Barcroft <mike@FreeBSD.org>
Thu, 30 Aug 2001 00:57:35 +0000 (00:57 +0000)
committerMike Barcroft <mike@FreeBSD.org>
Thu, 30 Aug 2001 00:57:35 +0000 (00:57 +0000)
commit8bd14b98d04366f9fb1eb2b65dd696f4c345608d
treead64b2dc377aad3bb1823a48ab4250d5223c1695
parent3ca509eaca52cc74ba940f3cf01ae331c5583326
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
usr.bin/ftp/fetch.c