diff --git a/src/shrpx_http_downstream_connection.cc b/src/shrpx_http_downstream_connection.cc index 1c3f5a2e..d340ac93 100644 --- a/src/shrpx_http_downstream_connection.cc +++ b/src/shrpx_http_downstream_connection.cc @@ -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; }