
phk at varnish-cache
Feb 7, 2012, 6:10 AM
Post #1 of 1
(22 views)
Permalink
|
|
[master] 2a5cf8f Remove comment OBE.
|
|
commit 2a5cf8f7574c92fa7eef4852742f9b25497fed2e Author: Poul-Henning Kamp <phk [at] FreeBSD> 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" _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|