Commit f01063ac authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

range: Remove comment gone stale with VRG_CheckBo()

parent e8f56d91
......@@ -115,13 +115,6 @@ vrg_dorange(struct req *req, void **priv)
if (low < 0 || high < 0)
return (NULL); // Allow 200 response
/*
* else (bo != NULL) {
* We assume that the client knows what it's doing and trust
* that both low and high make sense.
* }
*/
if (req->resp_len >= 0) {
http_PrintfHeader(req->resp, "Content-Range: bytes %jd-%jd/%jd",
(intmax_t)low, (intmax_t)high, (intmax_t)req->resp_len);
......
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