[master] 80b9937 Minor polish.

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 30 13:54:10 CEST 2016


commit 80b993762f2ddf457253f13ecdfae6301380ab55
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 30 11:53:33 2016 +0000

    Minor polish.

diff --git a/bin/varnishd/http2/cache_http2_deliver.c b/bin/varnishd/http2/cache_http2_deliver.c
index 5d28140..9446227 100644
--- a/bin/varnishd/http2/cache_http2_deliver.c
+++ b/bin/varnishd/http2/cache_http2_deliver.c
@@ -110,7 +110,7 @@ h2_deliver(struct req *req, struct boc *boc, int sendbody)
 	struct http *hp;
 	struct sess *sp;
 	struct h2_req *r2;
-	int i, err = 0;
+	int i, err;
 	const struct hpack_static *hps;
 
 	CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 4a37594..b4727d9 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -541,11 +541,11 @@ SLTM(H2RxBody, 0, "Received HTTP2 frame body",
 	"Binary data"
 )
 
-SLTM(H2TxHdr, 0, "Received HTTP2 frame header",
+SLTM(H2TxHdr, 0, "Transmit HTTP2 frame header",
 	"Binary data"
 )
 
-SLTM(H2TxBody, 0, "Received HTTP2 frame body",
+SLTM(H2TxBody, 0, "Transmit HTTP2 frame body",
 	"Binary data"
 )
 



More information about the varnish-commit mailing list