d_connectionDied = true;
++d_ds->tcpDiedSendingQuery;
VERBOSESLOG(infolog("Unable to create a callback object for a new HTTP/2 session"),
- getLogger()->info(Logr::Info, "Unable to create a callback object for a new HTTP/2 session"));
+ ConnectionToBackend::getLogger()->info(Logr::Info, "Unable to create a callback object for a new HTTP/2 session"));
return;
}
std::unique_ptr<nghttp2_session_callbacks, void (*)(nghttp2_session_callbacks*)> callbacks(cbs, nghttp2_session_callbacks_del);
d_connectionDied = true;
++d_ds->tcpDiedSendingQuery;
VERBOSESLOG(infolog("Could not allocate a new HTTP/2 session"),
- getLogger()->info(Logr::Info, "Could not allocate a new HTTP/2 session"));
+ ConnectionToBackend::getLogger()->info(Logr::Info, "Could not allocate a new HTTP/2 session"));
return;
}
d_connectionDied = true;
++d_ds->tcpDiedSendingQuery;
VERBOSESLOG(infolog("Could not submit SETTINGS: %s", nghttp2_strerror(rv)),
- getLogger()->error(Logr::Info, nghttp2_strerror(rv), "Could not submit SETTINGS"));
+ ConnectionToBackend::getLogger()->error(Logr::Info, nghttp2_strerror(rv), "Could not submit SETTINGS"));
return;
}
}