Re: [patch] Update to libfetch

2005-02-22 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes: > Doesn't simply reading from the socket or selecting it for reading > flush the output queue? Ah, never mind, it doesn't. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailin

Re: [patch] Update to libfetch

2005-02-22 Thread Dag-Erling Smørgrav
Kelly Yancey <[EMAIL PROTECTED]> writes: > Attached is a patch to address concerns raised by Pawel Worach with > regards to the recent change to set TCP_NOPUSH when sending HTTP > requests from libfetch. The previous revision also introduced a call > to shutdown(2) to close the write half of the

[patch] Update to libfetch

2005-02-21 Thread Kelly Yancey
Attached is a patch to address concerns raised by Pawel Worach with regards to the recent change to set TCP_NOPUSH when sending HTTP requests from libfetch. The previous revision also introduced a call to shutdown(2) to close the write half of the socket in order to force the queued request to