[master] 2a5cf8f Remove comment OBE.

Poul-Henning Kamp phk at varnish-cache.org
Tue Feb 7 15:10:17 CET 2012


commit 2a5cf8f7574c92fa7eef4852742f9b25497fed2e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Feb 7 14:10:06 2012 +0000

    Remove comment OBE.

diff --git a/bin/varnishd/cache/cache_gzip.c b/bin/varnishd/cache/cache_gzip.c
index 402633f..6064f67 100644
--- a/bin/varnishd/cache/cache_gzip.c
+++ b/bin/varnishd/cache/cache_gzip.c
@@ -34,34 +34,6 @@
  * The API defined by this file, will also insulate the rest of the code,
  * should we find a better gzip library at a later date.
  *
- * The absolutely worst case gzip processing path, once we have pipe-lining,
- * will be the following, so we need to be a bit careful with the scratch
- * space we use:
- *
- *	Backend		Tmp	Input	Output
- *         |		----------------------
- *	   v
- *	 gunzip		wrk	stack	?
- *         |
- *	   v
- *	  esi
- *         |
- *	   v
- *	  gzip		wrk	?	storage
- *         |
- *	   v
- *	  cache
- *         |
- *	   v
- *	 gunzip		wrk	storage	stack
- *         |
- *	   v
- *	 client
- *
- * XXXX: The two '?' are obviously the same memory, but I have yet to decide
- * where it goes.   As usual we try to avoid the session->ws if we can but
- * I may have to use that.
- *
  */
 
 #include "config.h"



More information about the varnish-commit mailing list