[master] 9e6bbcb Add a "body present" state for req.body
Poul-Henning Kamp
phk at varnish-cache.org
Fri Jul 5 11:20:27 CEST 2013
commit 9e6bbcbab35cdef234cb32a704499866f8fd43af
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Fri Jul 5 07:55:14 2013 +0000
Add a "body present" state for req.body
diff --git a/include/tbl/req_body.h b/include/tbl/req_body.h
index 59f87fb..b6602cb 100644
--- a/include/tbl/req_body.h
+++ b/include/tbl/req_body.h
@@ -30,7 +30,10 @@
/*lint -save -e525 -e539 */
REQ_BODY(INIT)
+REQ_BODY(PRESENT)
REQ_BODY(CACHED)
REQ_BODY(DONE)
REQ_BODY(FAIL)
REQ_BODY(NONE)
+
+/*lint -restore */
More information about the varnish-commit
mailing list