Commit 626b5ae8 authored by Wayne Davison's avatar Wayne Davison

Don't set last_io_out in check_timeout.

parent 92d02148
......@@ -173,8 +173,6 @@ static void check_timeout(BOOL allow_keepalive)
if (!last_io_in)
last_io_in = t;
if (!last_io_out)
last_io_out = t;
chk = MAX(last_io_out, last_io_in);
if (t - chk >= io_timeout) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment