]> err.no Git - varnish/commitdiff
Style & whitespace
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 19 Oct 2007 08:55:46 +0000 (08:55 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 19 Oct 2007 08:55:46 +0000 (08:55 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2124 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_fetch.c

index 32b4404e52934a767281b2862b720e17494eca2a..895199cab260db5b5b238fcec37266c502a92aa2 100644 (file)
@@ -291,10 +291,12 @@ Fetch(struct sess *sp)
                return (__LINE__);
        WRK_Reset(w, &vc->fd);
        http_Write(w, hp, 0);
-       
-       /* If a POST request was passed to fetch, we must send
-        * any pipelined bytes to the backend as well */
-       if(http_GetHdr(sp->http, H_Content_Length, &ptr)) {
+
+       /*
+        * If a POST request was passed to fetch, we must send any
+        * pipelined bytes to the backend as well
+        */
+       if (http_GetHdr(sp->http, H_Content_Length, &ptr)) {
                endp = ptr + strlen(ptr);
                content_length = (int)strtol(ptr, &endp, 10);
                content_written = 0;
@@ -310,7 +312,7 @@ Fetch(struct sess *sp)
                        free(p);
                }
        }
-       
+
        if (WRK_Flush(w)) {
                VBE_UpdateHealth(sp, vc, -1);
                VBE_ClosedFd(sp->wrk, vc);