client context less noise

This commit is contained in:
Michael Davidsaver
2018-09-25 18:47:59 -07:00
parent 6b463d77e1
commit 31261cee24

View File

@@ -310,6 +310,8 @@ public:
{
startRequest(PURE_CANCEL_REQUEST);
m_channel->checkAndGetTransport()->enqueueSendRequest(internal_from_this<BaseRequestImpl>());
} catch (std::runtime_error& e) {
// assume from checkAndGetTransport() due to wrong channel state
} catch (std::exception& e) {
// noop (do not complain if fails)
LOG(logLevelWarn, "Ignore exception during ChanneGet::cancel: %s", e.what());