mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Small tweak to Asciidoc
Fixes Hugo rendering.
This commit is contained in:
parent
b2e981ca40
commit
bd34dfdedd
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ parse_header(_, Req) -> {undefined, RawValue}
|
||||||
----
|
----
|
||||||
%% Accept everything when header is missing.
|
%% Accept everything when header is missing.
|
||||||
Accept = cowboy_req:parse_header(<<"accept">>, Req,
|
Accept = cowboy_req:parse_header(<<"accept">>, Req,
|
||||||
[{{<<"*">>, <<"*">>, []}, 1000, []}]).
|
[{{ <<"*">>, <<"*">>, []}, 1000, []}]).
|
||||||
----
|
----
|
||||||
|
|
||||||
.Parse the content-length header
|
.Parse the content-length header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue