Commit bd40f50d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Style nit

parent 0b7c06fb
......@@ -240,8 +240,7 @@ RFC2616_Body(struct busyobj *bo, struct dstat *stats)
return (BS_ERROR);
}
if (http_GetHdr(hp, H_Content_Length,
&bo->h_content_length)) {
if (http_GetHdr(hp, H_Content_Length, &bo->h_content_length)) {
stats->fetch_length++;
return (BS_LENGTH);
}
......
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