freebsd-dev/lib/libfetch
Kelly Yancey 448980e704 Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush
any pending HTTP request rather than calling shutdown(2) with SHUT_WR.
This makes libfetch (and thus fetch(1)) work again with Squid proxies
configured to not allow half-closed connections.

Reported by:	Pawel Worach (pawel.worach AT telia DOT com)
2005-03-02 19:09:28 +00:00
..
common.c Fix a memory leak: when freeing the connection structure, don't forget to 2005-02-16 12:46:46 +00:00
common.h Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.3 Expand contractions. 2005-02-13 23:45:54 +00:00
fetch.c Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.h Update copyright years. 2004-09-21 18:35:21 +00:00
file.c Update copyright years. 2004-09-21 18:35:21 +00:00
ftp.c Update copyright years. 2004-09-21 18:35:21 +00:00
ftp.errors Recognize the (incorrect) error code a MediaHawk server sends in reply to 2002-10-30 06:06:16 +00:00
http.c Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush 2005-03-02 19:09:28 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile NOCRYPT -> NO_CRYPT 2004-12-21 10:16:04 +00:00