Skip to content

Commit 46e479e

Browse files
committed
upstream: revert: 705a175
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 30b7a03 commit 46e479e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flb_upstream.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ int flb_upstream_conn_release(struct flb_upstream_conn *conn)
402402
* notified if the 'available keepalive connection' gets disconnected by
403403
* the remote endpoint we need to add it again.
404404
*/
405-
MK_EVENT_NEW(&conn->event);
406405
conn->event.handler = cb_upstream_conn_ka_dropped;
407406
conn->event.data = &conn;
408407

0 commit comments

Comments
 (0)