[master] 1a851e0 gc statement with no effect

Nils Goroll nils.goroll at uplex.de
Mon Jan 8 17:21:07 UTC 2018


commit 1a851e07b7b9e58bcd3941a5f088ec33dc4f844b
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Dec 30 14:11:18 2017 +0100

    gc statement with no effect

diff --git a/bin/varnishd/http2/cache_http2_session.c b/bin/varnishd/http2/cache_http2_session.c
index a0fa1dd..9451952 100644
--- a/bin/varnishd/http2/cache_http2_session.c
+++ b/bin/varnishd/http2/cache_http2_session.c
@@ -226,7 +226,6 @@ h2_ou_session(struct worker *wrk, struct h2_sess *h2,
 
 	/* Start req thread */
 	r2 = h2_new_req(wrk, h2, 1, req);
-	req->req_step = R_STP_RECV;
 	req->transport = &H2_transport;
 	req->req_step = R_STP_TRANSPORT;
 	req->task.func = h2_do_req;


More information about the varnish-commit mailing list