Skip to content

Commit

Permalink
Back out "Close RocketClientChannel in resetClient()"
Browse files Browse the repository at this point in the history
Summary:
This diff didn't actually do anything since this function is specified via codegen

Original commit changeset: e1b0c4a4ac5d

Original Phabricator Diff: D51030792

Reviewed By: stuclar

Differential Revision: D52546992

fbshipit-source-id: 9121a37dc9a6c871492745002dd4b7893b624318
  • Loading branch information
Rob Lyerly authored and facebook-github-bot committed Jan 8, 2024
1 parent 10eba7a commit 5f48072
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mcrouter/lib/network/ThriftTransport.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ class ThriftTransport : public ThriftTransportBase {
"Router ", RouterInfo::name, " does not support thrift transport"));
}

void resetClient() override final {
channel_->closeNow();
}
void resetClient() override final {}

void setFlushList(FlushList* /* flushList */) override final {}
};
Expand Down

0 comments on commit 5f48072

Please sign in to comment.