freebsd-dev/usr.sbin/portsnap
Colin Percival 220a80611e Add support for HTTP/1.0 Persistent Connections to phttpget. Requests are
be marked as HTTP/1.1 but "Connection: Keep-Alive" is added; this convinces
HTTP/1.0 servers and proxies to hold the TCP connection open despite not
being able to use HTTP pipelining.

This dramatically cuts down on the number of TCP connections (and thus port
numbers) used by portsnap when talking to an HTTP/1.0 proxy (e.g., squid),
and has the side benefit of improving performance in those cases.

Tested by:	simon
Approved by:	re (kensmith)
MFC After:	1 week
2007-06-30 19:48:28 +00:00
..
make_index Make "missing dependency" errors more useful by indicating which port 2005-12-01 22:14:44 +00:00
phttpget Add support for HTTP/1.0 Persistent Connections to phttpget. Requests are 2007-06-30 19:48:28 +00:00
portsnap Set LC_ALL=C in order to avoid problems with character ranges and 2006-10-21 11:04:34 +00:00
Makefile
Makefile.inc