Re: A few patches

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 11:27 +0900 skrev Steven: The attached patch should fix the concerns raised. If there are no other concerns do you want me to wait until 2.6.STABLE11 has been released before committing? With the new maintenance model with Squid-2.6 branched from HEAD Squid-2 is

RE: A few patches

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 11:45 +0900 skrev Steven: Did you have any concerns with the patch that would allow NTLM auth to work on transparent requests if pipeline prefetching was enabled? Hmm.. don't like it. a) If allowing pipelining then it should be done on the same server connection. Also

Re: A few patches

2007-03-14 Thread Henrik Nordstrom
tis 2007-03-13 klockan 14:50 +0900 skrev Steven: The second patch (transparent-dns-hint.patch) is designed to use the destination IP that the client was attempting to connect to as the server IP if DNS lookup fail (for a transparent request). Cool. But can be significantly simplified. No

Re: [squid-users] Another HTTP 1.1 Question

2007-03-14 Thread Adrian Chadd
On Wed, Mar 14, 2007, Henrik Nordstrom wrote: tis 2007-03-13 klockan 11:57 +0800 skrev Adrian Chadd: Are ECN/Window Scaling options which can be fiddled via syscalls per socket FD? Probably not for ECN, but it looks like the window scaling can be influenced by the TCP_WINDOW_CLAMP

help on a project

2007-03-14 Thread Zeen Radwan
Hello, My name is Zein Radwan, I'm developing a security project where i have to intercept the HTTP packets and apply further processing on them. in order to do that i downloaded SQUID source for windows, but the code is confusing, this is why i need to ask the following question: which

Squid Development Team

2007-03-14 Thread Suman Mukherjee
Hi I, Suman Mukherjee, want to join squid development team. After completing my masters from IISc I have worked for last 8 yrs. in IT industry on different domains. At present I am working on web filtering using squid, icap and other staff. I'll be happy to contribute some features in squid

RE: Download time issue: Squid 2.6 - With Icap patch

2007-03-14 Thread Henrik Nordstrom
ons 2007-03-14 klockan 17:03 + skrev Suman Mukherjee: I have used the following icap patch: http://devel.squid-cache.org/cgi-bin/diff2/icap-2_6 The patch has removed that line. Would you please let me know whether this patch is safe enough or not WITH the line in client_side.c? I

Re: Download time issue: Squid 2.6

2007-03-14 Thread Henrik Nordstrom
ons 2007-02-21 klockan 16:00 + skrev Suman Mukherjee: In Squid 2.6.STABLE9 I have faced a problem. While downloading a big file, squid is getting timeout. I cannot reproduce this.. Reason: There are two socket connections. 1. Accepted request from client side. 2. Read data from file

RE: Download time issue: Squid 2.6 - With Icap patch

2007-03-14 Thread Suman Mukherjee
Hi Henrik Thank you for the clarification. I have used the following icap patch: http://devel.squid-cache.org/cgi-bin/diff2/icap-2_6 The patch has removed that line. Would you please let me know whether this patch is safe enough or not WITH the line in client_side.c? Regards Suman

cahce_peer_access and x-forwarded-for

2007-03-14 Thread Juraj Sakala
Hello, I have problems with directive cache_peer_access and x-forwarded-for header. ACLs (type src) in cache_peer_access don't match for indirect client IP address and it makes me a lot of problems with forwarding requests to parent caches. I think it is not bug but normal behavior so I have

Re: Download time issue: Squid 2.6 - With Icap patch

2007-03-14 Thread Tsantilas Christos
Hi all, This line exists in current icap-2_6 branch and in current patch. It is missing only in 1.89.4.14 version of client_side.c but not in other versions (older or newer). I do not know why, probably by accident .. I don't think that it causes any problem. Regards, Christos Henrik