Re: [squid-users] external_acl_type

From: Hegedüs Ervin <airween@dont-contact.us>
Date: Tue, 15 Nov 2005 18:05:47 +0100

hello,

> An external helper return OK or ERR in the stdin. Possibly more, I don't
> know. Is someone can tell more about it?

you have to set your stdin buffer to NULL, in C:

#include <stdio.h>

...
  setbuf (stdin, NULL);
...

(i dunno', how can you set it in any shell)

let's see in source of any acl_helper...

bye:

a.
Received on Tue Nov 15 2005 - 10:05:25 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:09 MST