Commit 3c1efeff authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Don't reset read timer on write in LiveCheck

parent 532f801f
...@@ -398,8 +398,6 @@ int LiveCheck::read_tls() { ...@@ -398,8 +398,6 @@ int LiveCheck::read_tls() {
} }
int LiveCheck::write_tls() { int LiveCheck::write_tls() {
ev_timer_again(conn_.loop, &conn_.rt);
ERR_clear_error(); ERR_clear_error();
struct iovec iov; struct iovec iov;
...@@ -466,8 +464,6 @@ int LiveCheck::read_clear() { ...@@ -466,8 +464,6 @@ int LiveCheck::read_clear() {
} }
int LiveCheck::write_clear() { int LiveCheck::write_clear() {
ev_timer_again(conn_.loop, &conn_.rt);
struct iovec iov; struct iovec iov;
for (;;) { for (;;) {
......
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