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

Reply via email to