Re: would like to fix OpenWave mobile browser issue

2005-10-23 Thread Eric
Great, I set up the python icap server and wrote a basically empty proxylet since it automatically updates Content-Length if you modify the body at all...guess it would work with any ICAP server. Works great. Thanks, eric. On Sun, Oct 23, 2005 at 04:14:13PM -0500, Eric wrote: > alright, I got sq

Re: Mini code-sprint report

2005-10-23 Thread Andrey Shorin
Hello Henrik, Sunday, October 23, 2005, 12:11:47, Henrik Nordstrom wrote: >> 2) Maybe I was to emphasize, but remember the MAXHOSTNAMELEN >> discussion about a week ago? I mensioned a difference between util.h >> and squid.h. Perhaps, that should be fixed, along with limiting >> SQUIDHOSTNAMELEN

Re: would like to fix OpenWave mobile browser issue

2005-10-23 Thread Eric
alright, I got squid 2.5 to build with the ICAP client patch, but is there some standard ICAP server that will do this for me, or do I need to write some ICAP module myself that adds the Content-Length header? Thanks, eric. On Fri, Oct 21, 2005 at 09:36:23AM -0600, Alex Rousskov wrote: > On Wed,

Re: Squid-2.6 & WCCP

2005-10-23 Thread Henrik Nordstrom
On Sun, 23 Oct 2005, Reuben Farrelly wrote: I would very much like to see wccpv2 in as well but unfortunately don't think there is any mature code really there for it yet. It seems to be something that is often asked about and useful in larger installations. WCCPv1 gets you quite far in term

Re: Squid-2.6

2005-10-23 Thread Henrik Nordstrom
On Sun, 23 Oct 2005, Adrian Chadd wrote: Cool. kqueue isn't that hard, but it'll probably be nicer if the comm_select.c routines were broken out like we did after 2.5. The primary goal for 2.6 is to get what is already done, complete (more or less) and proven out the door. Regards Henrik

Re: Squid-2.6

2005-10-23 Thread Henrik Nordstrom
On Sun, 23 Oct 2005, Evgeny Kotsuba wrote: So what's about to make 2.6 C++ conformable? If you submit a suitable patch after the bulk of the other changes has been merged then yes. If not no. Regards Henrik

Re: Squid-2.6

2005-10-23 Thread Adrian Chadd
On Sun, Oct 23, 2005, Evgeny Kotsuba wrote: > On Sun, 23 Oct 2005 11:49:01 +0200 (CEST) > Henrik Nordstrom <[EMAIL PROTECTED]> wrote: > >On Sat, 22 Oct 2005, Henrik Nordstrom wrote: > > > >>List of things we have thought of include in a Squid-2.6 release > >>include > >> > > So what's about to m

Re: Squid-2.6

2005-10-23 Thread Evgeny Kotsuba
On Sun, 23 Oct 2005 11:49:01 +0200 (CEST) Henrik Nordstrom <[EMAIL PROTECTED]> wrote: On Sat, 22 Oct 2005, Henrik Nordstrom wrote: List of things we have thought of include in a Squid-2.6 release include So what's about to make 2.6 C++ conformable ? The thing that I supposed as firs

Re: Squid-2.6

2005-10-23 Thread Adrian Chadd
On Sun, Oct 23, 2005, Henrik Nordstrom wrote: > Now in the wiki (Kinkies) > >http://squidwiki.kinkie.it/squidwiki/Squid-2.6 Cool. kqueue isn't that hard, but it'll probably be nicer if the comm_select.c routines were broken out like we did after 2.5. adrian

Content aliasing avoidance in squid

2005-10-23 Thread Sandeep Kothari
We are working for the final year project based on content aliasing avoidance in squid. We want to contribute to the open source and also needed some help. We are learning squid from about 3 months and quite well understood the working of squid. We also configured squid in our college. I thin

Re: Squid-2.6

2005-10-23 Thread Henrik Nordstrom
On Sat, 22 Oct 2005, Henrik Nordstrom wrote: List of things we have thought of include in a Squid-2.6 release include - cbdatareference - windows cygwin service support - negotiate (+ NTLM cleanup) - reverse proxy improvements - ssl client + fixes - epoll - digest LDAP helper - overlapp

Re: Mini code-sprint report

2005-10-23 Thread Henrik Nordstrom
On Sat, 22 Oct 2005, Andrey Shorin wrote: 1) I remember there was a patch for piped logs. It would allow something like cronolog to be used... Didn't try it myself, though. There was, but not working proper. Fell over on high load. 2) Maybe I was to emphasize, but remember the MAXHOSTNAMELEN

Re: Mini code-sprint report

2005-10-23 Thread Henrik Nordstrom
On Sun, 23 Oct 2005, Reuben Farrelly wrote: The only other feature that looks like it may be ready and somewhat tested is the ETag support which is not merged into 2.5 yet, but has been sitting around for a long time (according to devel.squid-cache.org, since 2001). The TODO file once upon a