Maciej Kozinski wrote:
> 
> Jesus Redrado:
> >
> > I've developed a redirector program using C/C++.
> >
> > It works fine under Squid 1.1.22, but under Squid 2.1.PATCH2 and Squid
> > 2.2.STABLE2 does not work.
> >
> > It uses the following code to read from Squid:
> >
> > while ( fgets(buffer,BUFFER_SIZE,stdin ) != NULL){
> >     /*..........*/
> > }
> 
> AFAIK redirector cannot use buffered i/o.

He isn't necessarily. file streams can be unbuffered.

D

Reply via email to