From 27b4ce7ce9056dae0d4f87cc8c8b7338006e1fbe Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 25 Jul 2017 23:22:22 +0200
Subject: [PATCH] Add comment about header caching #411.

---
 doc/vimb.1 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/vimb.1 b/doc/vimb.1
index d1078f9..0599232 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -912,6 +912,13 @@ If there is no '=' after the header name, then the complete header
 will be removed from the request, if the '=' is present means that
 the header value is set to empty value.
 .sp
+Note that webkit reused already set headers in case of a reload of a page.
+So if there are headers removed that where previously use to access a certain
+page and the page is reloaded or opened via back/forward history the header
+will still be sent.
+To apply the new header setting properly it's required to request another page
+or to open current page new by `O<Cr>`.
+.sp
 To use '=' within a header value the value must be quoted like shown in
 Example for the Cookie header.
 .RS
-- 
2.20.1