Re: Redirector fgets error

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 28 Apr 1999 19:12:10 +0200

Dancer wrote:

> You can ignore buffering on stdin, pretty much. It's line-buffered, but
> that's exactly what you want. As long as you fflush(stdout) after
> writing each output url, you shouldn't have any problems with stream
> buffering.

For a redirector it does not make sense to use other than line buffering
for both input and output. Both input and output are line based, a
single line at a time.

--
Henrik Nordstrom
Spare time Squid hacker
Received on Wed Apr 28 1999 - 11:38:34 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:01 MST