Build failed in Hudson: 3.HEAD-i386-opensolaris-SunStudioCc #293

2010-06-24 Thread noc
See http://build.squid-cache.org/job/3.HEAD-i386-opensolaris-SunStudioCc/293/changes Changes: [Amos Jeffries amosjeffr...@squid-cache.org] Author: Sean Critica sean.crit...@gmail.com Bug 2903: does not send X-Client-Ip in ICAP respmod [Automatic source maintenance squid...@squid-cache.org]

Introduction

2010-06-24 Thread Chitresh Kakwani
Hi, I'm Chitresh Kakwani from India. I'm a student pursuing masters in computer science. I came across the following issue in squid : I tried to configure squid proxy on my machine to use another squid proxy(installed on another machine) as the parent proxy. The parent proxy requires HTTP Digest

Build failed in Hudson: 3.HEAD-i386-FreeBSD-6.4 #356

2010-06-24 Thread noc
See http://build.squid-cache.org/job/3.HEAD-i386-FreeBSD-6.4/356/changes Changes: [Amos Jeffries amosjeffr...@squid-cache.org] Author: Sean Critica sean.crit...@gmail.com Bug 2903: does not send X-Client-Ip in ICAP respmod [Automatic source maintenance squid...@squid-cache.org] SourceFormat

Re: Caching of the POST messages

2010-06-24 Thread Henrik Nordström
ons 2010-06-23 klockan 07:36 -0500 skrev Sandeep Kuttal: I am looking for changing the Squid code little bit to cache POST messages. caching POST messages in Squid is hard to implement due to Squid not buffering the POST body before forwarding the request. Regards Henrik

Build failed in Hudson: 3.HEAD-i386-opensolaris-SunStudioCc #294

2010-06-24 Thread noc
See http://build.squid-cache.org/job/3.HEAD-i386-opensolaris-SunStudioCc/294/changes Changes: [Amos Jeffries amosjeffr...@squid-cache.org] Author: Matthias Pitzl silam...@coronamundi.de Bug 2967: raw-IPv6 address URL with append_domain broken [Amos Jeffries amosjeffr...@squid-cache.org]

Re: Caching of the POST messages

2010-06-24 Thread Mark Nottingham
...although there is a patch for this in squid2-HEAD. It buffers to memory, though, not disk. On 24/06/2010, at 6:51 AM, Henrik Nordström wrote: ons 2010-06-23 klockan 07:36 -0500 skrev Sandeep Kuttal: I am looking for changing the Squid code little bit to cache POST messages. caching

Re: [PATCH] Cleanup comm connection setup layering

2010-06-24 Thread Alex Rousskov
On 06/09/2010 05:44 AM, Amos Jeffries wrote: (since last submission I've implemented most of Alex suggestions At the design level, the following problems need to be addressed, IMO: Connection dual-use: Replace unconnected connections with some sort of connection destination class and use it to

Re: [DRAFT][MERGE] Cleanup comm outgoing connections in trunk

2010-06-24 Thread Alex Rousskov
On 05/24/2010 03:46 AM, Amos Jeffries wrote: Alex Rousskov wrote: * Comm::Connection copy constructor does not copy peer correctly OR Comm::Connection destructor does not clean peer correctly. It may be a good idea to hide peer_ from public use to ensure it is always locked/unlocked properly.

Re: Caching of the POST messages

2010-06-24 Thread Alex Rousskov
On 06/24/2010 07:51 AM, Henrik Nordström wrote: ons 2010-06-23 klockan 07:36 -0500 skrev Sandeep Kuttal: I am looking for changing the Squid code little bit to cache POST messages. caching POST messages in Squid is hard to implement due to Squid not buffering the POST body before

Build failed in Hudson: 3.HEAD-i386-opensolaris-SunStudioCc #295

2010-06-24 Thread noc
See http://build.squid-cache.org/job/3.HEAD-i386-opensolaris-SunStudioCc/295/changes Changes: [Automatic source maintenance squid...@squid-cache.org] Bootstrapped [Amos Jeffries amosjeffr...@squid-cache.org] Author: Matthias Pitzl silam...@coronamundi.de Bug 2967: raw-IPv6 address URL with

Re: [DRAFT][MERGE] Cleanup comm outgoing connections in trunk

2010-06-24 Thread Amos Jeffries
Alex Rousskov wrote: On 05/24/2010 03:46 AM, Amos Jeffries wrote: Alex Rousskov wrote: * Comm::Connection copy constructor does not copy peer correctly OR Comm::Connection destructor does not clean peer correctly. It may be a good idea to hide peer_ from public use to ensure it is always

Hudson build is back to normal: 3.HEAD-i386-FreeBSD-6.4 #358

2010-06-24 Thread noc
See http://build.squid-cache.org/job/3.HEAD-i386-FreeBSD-6.4/358/changes

Re: [PATCH] Cleanup comm connection setup layering

2010-06-24 Thread Amos Jeffries
Alex Rousskov wrote: On 06/09/2010 05:44 AM, Amos Jeffries wrote: (since last submission I've implemented most of Alex suggestions At the design level, the following problems need to be addressed, IMO: Connection dual-use: Replace unconnected connections with some sort of connection