Skip to content

Commit

Permalink
Escape the escape; fixes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 11, 2015
1 parent b3d2249 commit 89f96a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-key.md
Expand Up @@ -152,7 +152,7 @@ between each field-name and its parameter set.
~~~

Note that, as per {{RFC7231}}, parameter names are case-insensitive, and parameter values can be
double-quoted strings (potentially with "\"-escaped characters inside).
double-quoted strings (potentially with "\\"-escaped characters inside).

The following header fields have the same effect:

Expand Down

0 comments on commit 89f96a6

Please sign in to comment.