Skip to content

Commit 909f94b

Browse files
assoum891wouterj
authored andcommitted
Update http_cache.rst
1 parent 306fa3d commit 909f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_cache.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ This has two very reasonable consequences:
384384

385385
* You should *never* change the state of your application when responding
386386
to a GET or HEAD request. Even if you don't use a gateway cache, the presence
387-
of proxy caches mean that any GET or HEAD request may or may not actually
387+
of proxy caches means that any GET or HEAD request may or may not actually
388388
hit your server;
389389

390390
* Don't expect PUT, POST or DELETE methods to cache. These methods are meant

0 commit comments

Comments
 (0)