[master] 9e5dfac whitespace

Dag Haavi Finstad daghf at varnish-software.com
Wed Oct 18 11:08:11 UTC 2017


commit 9e5dfacd072302e10ed3b7462226b679074431b0
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Wed Oct 18 13:07:45 2017 +0200

    whitespace

diff --git a/bin/varnishd/http2/cache_http2_proto.c b/bin/varnishd/http2/cache_http2_proto.c
index 705aaa7..d7d1dce 100644
--- a/bin/varnishd/http2/cache_http2_proto.c
+++ b/bin/varnishd/http2/cache_http2_proto.c
@@ -838,7 +838,6 @@ h2_procframe(struct worker *wrk, struct h2_sess *h2,
 	    !(r2 && h2->new_req == r2->req && h2f == H2_F_CONTINUATION))
 		return (H2CE_PROTOCOL_ERROR);	// rfc7540,l,1859,1863
 
-
 	h2e = h2f->rxfunc(wrk, h2, r2);
 	if (h2e == 0)
 		return (0);


More information about the varnish-commit mailing list