nghttpx: Setting failure mode in on_connect() may affect other backends
This commit is contained in:
parent
446de923f3
commit
3e14261ebf
|
@ -776,7 +776,7 @@ int HttpDownstreamConnection::on_connect() {
|
||||||
if (LOG_ENABLED(INFO)) {
|
if (LOG_ENABLED(INFO)) {
|
||||||
DLOG(INFO, this) << "downstream connect failed";
|
DLOG(INFO, this) << "downstream connect failed";
|
||||||
}
|
}
|
||||||
connect_blocker->on_failure();
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue