MINOR: http: Log warning if (add|set)-header fails

This patch adds a warning if an http-(request|reponse) (add|set)-header
rewrite fails to change the respective header in a request or response.

This usually happens when tune.maxrewrite is not sufficient to hold all
the headers that should be added.
diff --git a/include/types/stats.h b/include/types/stats.h
index b412433..a22be36 100644
--- a/include/types/stats.h
+++ b/include/types/stats.h
@@ -383,6 +383,7 @@
 	ST_F_INTERCEPTED,
 	ST_F_DCON,
 	ST_F_DSES,
+	ST_F_WREW,
 
 	/* must always be the last one */
 	ST_F_TOTAL_FIELDS