Commit abc099de authored by Nils Goroll's avatar Nils Goroll Committed by Lasse Karstensen

improve FetchError message

parent 78a0ecdc
......@@ -537,7 +537,7 @@ vbf_fetch_body_helper(struct busyobj *bo)
#define vbf_vfp_push(bo, vfp, top) \
if (VFP_Push((bo)->vfc, (vfp), (top)) == NULL) { \
assert (WS_Overflowed((bo)->vfc->http->ws)); \
(void)VFP_Error((bo)->vfc, "Bo workspace overflowed"); \
(void)VFP_Error((bo)->vfc, "workspace_backend overflow"); \
(bo)->htc->doclose = SC_OVERLOAD; \
VDI_Finish((bo)->wrk, bo); \
return (F_STP_ERROR); \
......
......@@ -16,7 +16,7 @@ varnish v1 \
} -start
logexpect l1 -v v1 -g raw {
expect * 1002 FetchError {^Bo workspace overflowed}
expect * 1002 FetchError {^workspace_backend overflow}
expect * = Error {^out of workspace [(]Bo[)]}
} -start
......
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