On Fri, Jan 15, 2010 at 01:09:39PM +0100, Johannes Hofmann wrote:
On Fri, Jan 15, 2010 at 06:20:41PM +0900, furaisanjin wrote:
2010/1/14 Johannes Hofmann <Johannes.Hofmann@gmx.de>:
Ok, could you please try this combination:
- TCP_NODELAY not included (e.g. hg up 239f9fc6c313) - cookies disabled - proxy is used
My guess is that this combination also shows the problem, but of course we need to verify this.
Yes, I see the same error messages with above combination, so definitely this is communication problem between dillo and my local proxy. I guess that dillo creates socket connection too often.
Ok good. I'm working on a connection limit right now and hope to have something to test soon.
Please test attached patch. It limits the overall number of concurrent connections to 4. Cheers, Johannes