>Number:         1086
>Category:       os-windows
>Synopsis:       Send Body Lost Connection errors on all large Images
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Sep  2 10:40:01 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3a1
>Environment:
Windows NT 4.0
Microsoft Visual C++ 5.0
Running on an AMD 5x86 133, 32mb RAM, 10mb cable modem
>Description:
I get "Send Body Lost Connection" errors on all larger (30k+) images.
Hitting "Reload" in Netscape several times will eventually get the image
through.  This error does not occur when viewing the page from the Apache
server with Netscape, but happens from all remote locations.
I had no problem with Apache for OS/2 on the same machine using Warp.

[Sun Aug 31 18:14:00 1997] send body lost connection to: 
dhcp-207-75-240-215.tcimet.net: Unknown error
>How-To-Repeat:
http://www.lunarsurf.com/users/clovis/wedding/
>Fix:
I have not found fix yet. 
The problem shows up in both Release and Debug compilations.
MaxKeepAliveRequests 0 - might have made it a little bit better...
StartServers 2         - no different
ThreadsPerChild 40     - no different
In http_protocol.c I attempted to make it continue 10 times before returning
the error, as follows...  This did NOT make it work any better.
                else if (xretry < 10) {
                    xretry+=1;
                    continue;
                     }
                else {
                    log_unixerr("send body lost connection to",
%0
>Audit-Trail:
>Unformatted:


Reply via email to