[Rabbit-proxy-development] Re: 060403: Pre-3.1 imressions & ideas for the future releases
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2006-04-04 19:40:10
|
Matej Mihelic wrote: > [MM] I'll try to find a pattern. It is probably connected with me > overloading the Rabbit. My usual browsing habbits include simultaneous > opening of 30 tabs in Firefox :). I would not think so. Rabbit should handle many concurrent connections and unless you have changed your firefox config you are only using 4. Check "about:config" and network.http.max-persistent-connections-per-proxy, I have mine set to 8 at the moment. Also make sure that you have proxy.keep-alive and proxy pipelining set to true. Rabbit does not yet handle client side pipelining but I plan on handling that soon. > [MM] That's what I meant. This one is very common due to people not > thinking what it is written in MS ASP documentation. There is an example > specifying -1 for expires property. And they are using it anywhere. Ill check how rabbit handle them and see what we can do. > > This could be easy or hard, depending on what you mean. > > Blocking the CONNECT request is trivial, but what happens on an tunneled > > and encrypted connection is not something rabbit can filter. > > [MM] Yes. This would suffice. It would allow for filtering sites that > are trying to enforce HTTPS. Ok, then it is simple. Ill see what I can do. But please note that my immediate action is only to put it in the TODO-file (spare time project!). /robo |