Commit 7492f628 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Use ConnectBlocker on h1 backend connect attempt failure

parent 2f788aa2
......@@ -753,6 +753,8 @@ int HttpDownstreamConnection::on_connect() {
if (LOG_ENABLED(INFO)) {
DLOG(INFO, this) << "downstream connect failed";
}
auto connect_blocker = client_handler_->get_http1_connect_blocker();
connect_blocker->on_failure();
return -1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment