Commit c7bf76e8 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Whitespace nits


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1383 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4aa8d882
......@@ -121,7 +121,7 @@ fetch_chunked(const struct sess *sp, int fd, struct http *hp)
*
* The canonical way to do that is to do a blocking
* read(2) of one char, then change to nonblocking,
* read as many as we find, then change back to
* read as many as we find, then change back to
* blocking reads again.
*
* Hardly much more efficient and certainly a good
......@@ -311,13 +311,13 @@ Fetch(struct sess *sp)
/* XXX: cleanup */
return (1);
}
CHECK_OBJ_NOTNULL(sp, SESS_MAGIC);
CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC);
CHECK_OBJ_NOTNULL(sp->obj, OBJECT_MAGIC);
sp->obj->entered = time(NULL);
assert(sp->obj->busy != 0);
if (http_GetHdr(vc->http, H_Last_Modified, &b))
......
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