Commit 1d4ca91c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Disassociate obj->http from bo->ws once the object is setup

parent 6868b643
......@@ -164,6 +164,9 @@ vbf_beresp2obj(struct busyobj *bo)
else
obj->last_modified = floor(bo->exp.t_origin);
/* Disassociate the obj from the bo's workspace */
hp2->ws = NULL;
return (0);
}
......
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