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

           Summary: Bug in how Apache is counting KeepAliveTimeOut
           Product: Apache httpd-2
           Version: 2.2.17
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=26498)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26498)
trace of the problem

Hi,

In my belief their is a bug in the way Apache is counting the KeepAliveTimeout. 

The problems is that Apache starts to count the KeepAliveTimeout when it starts
to send data (package 28) instead of when the transfer is finished. In this
case the session is taken down in package 53. Please see the attachement.

This causes unnecessary retransmitts and establishing of new sessions if you
are not aware about this.

And yes, this behaviour is in apache 2.2.17.

Best regards,

Peter

-- 
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