Re: 2.5 and delay pools

2004-03-08 Thread Henrik Nordstrom
On Sun, 7 Mar 2004, Adrian Chadd wrote: -#if !HAVE_POLL +#if HAVE_POLL +static char global_readfds[SQUID_MAXFD]; +static char global_writefds[SQUID_MAXFD]; Are these even used in poll? Have you verified that fd_set is the culpit to your problems by using the assert given earlier? Regards

Re: next version of content-encoding / gzip design doc

2004-03-08 Thread Jon Kay
Henrik Nordstrom wrote: On Fri, 5 Mar 2004, Jon Kay wrote: If Accept-Encoding field is present in client request If server or cache response contains Content-Encoding field with encodings that are a subset of what the client accepts This must be relaxed to just