Commit b164c06c authored by Dag Haavi Finstad's avatar Dag Haavi Finstad Committed by Tollef Fog Heen

Fix for an issue where the bodybytes counter is not updated correctly on gunzipped delivery

parent 596246ea
......@@ -185,6 +185,7 @@ res_WriteGunzipObj(struct sess *sp)
(void)i;
}
if (obufl) {
sp->wrk->acct_tmp.bodybytes += obufl;
(void)WRW_Write(sp->wrk, obuf, obufl);
(void)WRW_Flush(sp->wrk);
}
......
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