https://issues.apache.org/bugzilla/show_bug.cgi?id=46295


Rodney <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22945|0                           |1
        is obsolete|                            |




--- Comment #1 from Rodney <[EMAIL PROTECTED]>  2008-11-25 10:03:09 PST ---
Created an attachment (id=22946)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22946)
Modified to not send keep alive in HTTP request

I've narrowed the issue down to the Windows build of Apache 2.2.x not closing
the socket once it has transmitted all the contents.

The attached modified Java program leaves off the Keep-Alive and Connection:
keepalive  request headers.  Apache should close the socket connection once it
has transmitted all of the file, but it is not.

If I modify the request to an HTTP/1.0 request then Apache (win32) does close
the socket once all of the data has been sent.

Hince the ~6 second delay is caused by Apache 2.2.x (win32) not closing the
socket for a non-keepalive request.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to