This commit is contained in:
Michael Davidsaver
2017-05-08 17:43:38 -04:00
parent 9253c31c0b
commit 065d653a14

View File

@@ -287,8 +287,9 @@ public:
{
startRequest(PURE_CANCEL_REQUEST);
m_channel->checkAndGetTransport()->enqueueSendRequest(shared_from_this());
} catch (...) {
} catch (std::exception& e) {
// noop (do not complain if fails)
LOG(logLevelWarn, "Ignore exception during ChanneGet::cancel: %s", e.what());
}
}