Commit ea3c109c authored by Reza Naghibi's avatar Reza Naghibi Committed by Poul-Henning Kamp

Skip magic check when on boc when gunzip streaming

We do not hold a reference, the magic can be unstable.
parent c611b9a6
......@@ -294,7 +294,6 @@ vdp_gunzip_init(struct req *req, void **priv)
CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
CHECK_OBJ_NOTNULL(req->objcore, OBJCORE_MAGIC);
CHECK_OBJ_ORNULL(req->objcore->boc, BOC_MAGIC);
vg = VGZ_NewGunzip(req->vsl, "U D -");
AN(vg);
......
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