mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Various fixes and tweaks to the user guide
This commit is contained in:
parent
5838a0c81a
commit
271e31c629
8 changed files with 66 additions and 29 deletions
|
@ -146,7 +146,7 @@ all bodies:
|
|||
[source,erlang]
|
||||
----
|
||||
multipart(Req0) ->
|
||||
case cowboy_req:part(Req0) of
|
||||
case cowboy_req:read_part(Req0) of
|
||||
{ok, _Headers, Req} ->
|
||||
multipart(Req);
|
||||
{done, Req} ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue