Mailing List Archive

r1383 - trunk/varnish-cache/bin/varnishd
Author: des
Date: 2007-05-05 16:08:01 +0200 (Sat, 05 May 2007)
New Revision: 1383

Modified:
trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
Whitespace nits


Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c 2007-05-04 12:28:56 UTC (rev 1382)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c 2007-05-05 14:08:01 UTC (rev 1383)
@@ -121,7 +121,7 @@
*
* 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 @@
/* 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))