[master] fd9341dfc Flexelinting

Nils Goroll nils.goroll at uplex.de
Tue Mar 5 09:48:05 UTC 2024


commit fd9341dfc682b1a43b5975bb536711bea542c4f1
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Mar 5 10:45:57 2024 +0100

    Flexelinting

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index 43c9c660f..33d1a22ad 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -944,5 +944,5 @@ ved_deliver(struct req *req, struct boc *boc, int wantbody)
 	if (i && req->doclose == SC_NULL)
 		req->doclose = SC_REM_CLOSE;
 
-	ved_close(req, boc, i && ecx->abrt);
+	ved_close(req, boc, i && ecx->abrt ? 1 : 0);
 }


More information about the varnish-commit mailing list