14 Jan
2010
14 Jan
'10
11:56 a.m.
On Thu, Jan 14, 2010 at 11:25:31AM +0900, furaisanjin wrote:
Hi all.
This may be FreeBSD (8.0R) specific or my local proxy specific but if src/IO/dpi.c contains TCP_NODELAY, I got lots of this error messages when the page contains lots of pictures.
Http_connect_socket ERROR: Connection reset by peer
What page is that, or does it happen on all pages with many images? Is it using https?
so that several pictures aren't drawn. I agree that page rendering is much faster if TCP_NODELAY is set but that isn't good on my environment.
We need find the issue for sure, but generally TCP_NODELAY should not cause any connection resets, so I think there is a bug somewhere that get's triggered by the different timing now. Cheers, Johannes