- Fix to omit UDP receive errors from log, if verbosity low.
These happen because of udp-connect.
- For #352: contrib/metrics.awk for Prometheus style metrics output.
+ - Fix that after failed read, the readagain cannot activate.
25 November 2020: Wouter
- with udp-connect ignore connection refused with UDP timeouts.
(void)(*c->callback)(c, c->cb_arg,
NETEVENT_CLOSED, NULL);
}
+ return;
}
if(has_tcpq && c->tcp_req_info && c->tcp_req_info->read_again)
tcp_req_info_read_again(fd, c);
(void)(*c->callback)(c, c->cb_arg,
NETEVENT_CLOSED, NULL);
}
+ return;
}
if(has_tcpq && c->tcp_req_info && c->tcp_req_info->read_again)
tcp_req_info_read_again(fd, c);