[master] 7d1ffef3a vcp: More accurate description of VCP_Rel()

Walid Boudebouda walid.boudebouda at gmail.com
Mon Apr 7 10:28:06 UTC 2025


commit 7d1ffef3a3e7943e3292db5bd766557b5c3a41fd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Mar 14 16:39:03 2025 +0100

    vcp: More accurate description of VCP_Rel()

diff --git a/bin/varnishd/cache/cache_conn_pool.c b/bin/varnishd/cache/cache_conn_pool.c
index 9aba217b2..d947cbfcd 100644
--- a/bin/varnishd/cache/cache_conn_pool.c
+++ b/bin/varnishd/cache/cache_conn_pool.c
@@ -240,7 +240,8 @@ vcp_destroy(struct conn_pool **cpp)
 }
 
 /*--------------------------------------------------------------------
- * Release Conn pool, destroy if last reference.
+ * Release Conn pool, destroy or stash for future destruction if last
+ * reference.
  */
 
 void


More information about the varnish-commit mailing list