Actions
Bug #2136
closedwhen client finishes sending request and waits for response, it shouldn't report "read-idle-timeout" or "keepalive-timeout"
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
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Obsolete
Actions
Also available in: Atom