Re: [squid-users] Problems with Authenticator

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 21 Oct 2004 20:19:52 +0200 (CEST)

On Thu, 21 Oct 2004, Udo Pokojski wrote:

> Now I end up in a timeout. After authenticating myself, the proxy is not
> fetching the URL.

Have you distabled buffering of stdout? If not your helper never sends the
result back to Squid.. (sits in the libc stdio buffer waiting for your
application to write more data to fill the buffer...)

In C

    setbuf(stdout, NULL);

anywhere before the main loop.

Regards
Henrik
Received on Thu Oct 21 2004 - 12:19:54 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST