Re: [squid-users] Squid3 extremely slow for some website cnn.com

2012-12-25 Thread Muhammed Shehata




Dear Amos,
Is there any Ideas can help me in Java script issue

Best Regards,
*Muhammad Shehata*
IT Network Security Engineer
TEData
Building A11- B90, Smart Village
Km 28 Cairo - Alex Desert Road, 6th October, 12577, Egypt
T: +20 (2) 33 32 0700 | Ext: 1532
F: +20 (2) 33 32 0800 | M:
E: m.sheh...@tedata.net
On 12/19/2012 01:02 PM, Amos Jeffries wrote:


On 19/12/2012 7:24 a.m., Muhammad Shehata wrote:

Dear amos,
Is there any update


Hi,
 I am currently in the process of moving house. So the work I can do 
on Squid is rather limited for 3-4 weeks. I hope to get to this soon, 
but cannot promise anything.


Amos








[squid-users] RE: Memory leak in 3.2.5

2012-12-25 Thread Mike Mitchell
With the ident patch the memory leaks are at manageable levels.
It looks like I'm leaking HttpHeaderEntry, Short String, and ConnOpener
structures.

After 1,000,000 requests I have 740,968 HttpHeaderEntry structures in use,
with 1,600,341 Short Strings in use.  The two go hand-in-hand, as the
HttpHeaderEntry structure allocates two Short Strings.

I also have 22,314 ConnOpener structures in use.  I found one leak of
ConnOpener structures in the internalDNS routines.  I doubt it is large
enough to account for the over 22,000 structures in 1,000,000 queries.
The leak would only happen if the DNS query switched to TCP and the
TCP connection failed.

Mike Mitchell



[squid-users] SSL Bump Zero Sized Reply

2012-12-25 Thread Daniel Niasoff
: SSL Bump Zero Sized Reply

Hi,

I am using SSL Bump in 3.3.0.2.

Here is my config.

always_direct allow all
ssl_bump server-first all
cache deny ssl
cache allow all

99% of the time it works ok but when I try to login to certain sites or make 
payments on shopping sites I quite often get zero sized reply on submitting 
my details.

This occurs whether I use squid as a transparent or explicit proxy.

Paypal is a good example where this occurs.

Any ideas?

Thanks

Daniel