Skip to content

Commit

Permalink
missing RemoveCluster implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 99b1d29 commit 397620b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ impl ProxyConfiguration<Session> for Proxy {
ProxyResponse{ id: message.id, status: ProxyResponseStatus::Ok, data: None }
},
ProxyRequestData::RemoveCluster{ cluster_id } => {
self.configs.remove(&cluster_id);
ProxyResponse{ id: message.id, status: ProxyResponseStatus::Ok, data: None }
},
ProxyRequestData::RemoveListener(remove) => {
Expand Down

0 comments on commit 397620b

Please sign in to comment.