0
Fork 0
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:
Loïc Hoguin 2016-11-07 01:44:15 +02:00
parent b2e981ca40
commit bd34dfdedd
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -212,7 +212,7 @@ parse_header(_, Req) -> {undefined, RawValue}
----
%% Accept everything when header is missing.
Accept = cowboy_req:parse_header(<<"accept">>, Req,
[{{<<"*">>, <<"*">>, []}, 1000, []}]).
[{{ <<"*">>, <<"*">>, []}, 1000, []}]).
----
.Parse the content-length header