0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Merge branch 'patch-1' of git://github.com/asabil/cowboy

This commit is contained in:
Loïc Hoguin 2014-08-11 19:25:47 +02:00
commit 2928456ae8

View file

@ -158,7 +158,7 @@ Cowboy will check for conflicts and then move on to the
will figure out whether the resource existed previously,
and if so whether it was moved elsewhere. If the resource
is truly non-existent, the method is POST and the call
for `accept_missing_post` returns `true`, then Cowboy will
for `allow_missing_post` returns `true`, then Cowboy will
move on to the `content_types_accepted` step. Otherwise
the request processing ends there.