Commit 3e14261e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Setting failure mode in on_connect() may affect other backends

parent 446de923
......@@ -776,7 +776,7 @@ int HttpDownstreamConnection::on_connect() {
if (LOG_ENABLED(INFO)) {
DLOG(INFO, this) << "downstream connect failed";
}
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