[master] 97781c1 mark a minor issue

Nils Goroll nils.goroll at uplex.de
Thu Nov 2 10:47:05 UTC 2017


commit 97781c12146a16ad75439ccec681807115d6d7c0
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Nov 2 11:31:25 2017 +0100

    mark a minor issue

diff --git a/bin/varnishd/http1/cache_http1_line.c b/bin/varnishd/http1/cache_http1_line.c
index 476c8e3..cb86c83 100644
--- a/bin/varnishd/http1/cache_http1_line.c
+++ b/bin/varnishd/http1/cache_http1_line.c
@@ -30,6 +30,11 @@
  * We try to use writev() if possible in order to minimize number of
  * syscalls made and packets sent.  It also just might allow the worker
  * thread to complete the request without holding stuff locked.
+ *
+ * XXX: chunked header (generated in Flush) and Tail (EndChunk)
+ *      are not accounted by means of the size_t returned. Obvious ideas:
+ *	- add size_t return value to Flush and EndChunk
+ *	- base accounting on (struct v1l).cnt
  */
 
 #include "config.h"


More information about the varnish-commit mailing list