Skip to content

Commit

Permalink
upstream: revert: 705a175
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jun 13, 2020
1 parent 30b7a03 commit 46e479e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flb_upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ int flb_upstream_conn_release(struct flb_upstream_conn *conn)
* notified if the 'available keepalive connection' gets disconnected by
* the remote endpoint we need to add it again.
*/
MK_EVENT_NEW(&conn->event);
conn->event.handler = cb_upstream_conn_ka_dropped;
conn->event.data = &conn;

Expand Down

0 comments on commit 46e479e

Please sign in to comment.