We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b7a03 commit 46e479eCopy full SHA for 46e479e
src/flb_upstream.c
@@ -402,7 +402,6 @@ int flb_upstream_conn_release(struct flb_upstream_conn *conn)
402
* notified if the 'available keepalive connection' gets disconnected by
403
* the remote endpoint we need to add it again.
404
*/
405
- MK_EVENT_NEW(&conn->event);
406
conn->event.handler = cb_upstream_conn_ka_dropped;
407
conn->event.data = &conn;
408
0 commit comments