Project

General

Profile

Actions

Bug #2136

closed

when client finishes sending request and waits for response, it shouldn't report "read-idle-timeout" or "keepalive-timeout"

Added by liming over 14 years ago. Updated almost 8 years ago.

Status:
Obsolete
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

hi, I think it's just a bug in server.c, line 665~694.

It should be:

if (con->recv->is_closed) {
connection process timeout
}
else {
if (con->request_count == 1) {
read-idle-timeout
}
else {
keep-alive-timeout
}
}


Files

server.c.patch (463 Bytes) server.c.patch liming, 2009-12-31 05:30
Actions #1

Updated by gstrauss almost 8 years ago

  • Missing in 1.5.x changed from No to Yes
Actions #2

Updated by gstrauss almost 8 years ago

  • Status changed from Patch Pending to Obsolete
Actions

Also available in: Atom