aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-19 13:45:55 +0200
committerLoïc Hoguin <[email protected]>2017-07-19 13:45:55 +0200
commitb5e43527dfc4e8f0f2b5d75c4c41c190d009158d (patch)
tree010275d7a5aa5f12b065613ed160ade57f0c6423 /doc/src
parent804f16c356bc5528e89faf32d08b987a327ed7ba (diff)
downloadcowboy-b5e43527dfc4e8f0f2b5d75c4c41c190d009158d.tar.gz
cowboy-b5e43527dfc4e8f0f2b5d75c4c41c190d009158d.tar.bz2
cowboy-b5e43527dfc4e8f0f2b5d75c4c41c190d009158d.zip
Tweak the migration guide
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/guide/migrating_from_1.0.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/guide/migrating_from_1.0.asciidoc b/doc/src/guide/migrating_from_1.0.asciidoc
index 8d5c6d7..e966378 100644
--- a/doc/src/guide/migrating_from_1.0.asciidoc
+++ b/doc/src/guide/migrating_from_1.0.asciidoc
@@ -198,10 +198,10 @@ Cowboy 2.0 now comes with Erlang.mk templates.
* Etag comparison in REST handlers has been fixed. Some requests may
now fail when they succeeded in the past.
-* The If-*-Since headers are now ignored in REST handlers if If*-Match
- headers exist. The former is largely a backward compatible header
- and this shouldn't create any issue. The new behavior follows the
- current RFCs more closely.
+* The `If-*-Since` headers are now ignored in REST handlers if
+ the corresponding `If*-Match` header exist. The former is
+ largely a backward compatible header and this shouldn't create
+ any issue. The new behavior follows the current RFCs more closely.
* The static file handler has been improved to handle more special
characters on systems that accept them.