Commit 2d511c90 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Don't consider backends as resources

Closes #1815
parent 9827989f
......@@ -116,7 +116,7 @@ PipeRequest(struct req *req, struct busyobj *bo)
if (bo->director == NULL) {
VSLb(bo->vsl, SLT_FetchError, "No backend");
pipecharge(req, &acct_pipe, NULL);
SES_Close(req->sp, SC_OVERLOAD);
SES_Close(req->sp, SC_TX_ERROR);
return;
}
......
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