mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Merge branch 'master' of https://github.com/jmccaughey/cowboy
This commit is contained in:
commit
5394d0e08c
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ body(Req=#http_req{body_state=waiting}, Opts) ->
|
||||||
_ ->
|
_ ->
|
||||||
ExpectHeader = parse_header(<<"expect">>, Req),
|
ExpectHeader = parse_header(<<"expect">>, Req),
|
||||||
ok = case ExpectHeader of
|
ok = case ExpectHeader of
|
||||||
[<<"100-continue">>] -> continue(Req);
|
continue -> continue(Req);
|
||||||
_ -> ok
|
_ -> ok
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue