From 3c1efeff55918c278133e9e1fec630fd6f1b9dbc Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 24 Jun 2016 22:25:43 +0900 Subject: [PATCH] nghttpx: Don't reset read timer on write in LiveCheck --- src/shrpx_live_check.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/shrpx_live_check.cc b/src/shrpx_live_check.cc index 1fe28c6f..5f84a423 100644 --- a/src/shrpx_live_check.cc +++ b/src/shrpx_live_check.cc @@ -398,8 +398,6 @@ int LiveCheck::read_tls() { } int LiveCheck::write_tls() { - ev_timer_again(conn_.loop, &conn_.rt); - ERR_clear_error(); struct iovec iov; @@ -466,8 +464,6 @@ int LiveCheck::read_clear() { } int LiveCheck::write_clear() { - ev_timer_again(conn_.loop, &conn_.rt); - struct iovec iov; for (;;) {