Skip to content

Commit

Permalink
reset client_id after session expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigzagAK committed Jun 4, 2019
1 parent 5cbf7b3 commit 4ad0d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngx_zookeeper_upstream_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ session_watcher(zhandle_t *zh,

zoo.connected = 0;
zoo.expired = 1;
zoo.client_id = NULL;
}
}
}
Expand Down

0 comments on commit 4ad0d47

Please sign in to comment.