Commit 69e4cfc9 authored by Federico G. Schwindt's avatar Federico G. Schwindt

On pipe, if we don't get a backend log it to shmlog

parent 3ba1d01e
......@@ -115,6 +115,7 @@ PipeRequest(struct req *req, struct busyobj *bo)
vc = VDI_GetFd(bo);
if (vc == NULL) {
VSLb(bo->vsl, SLT_FetchError, "no backend connection");
pipecharge(req, &acct_pipe, NULL);
SES_Close(req->sp, SC_OVERLOAD);
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