Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Apr 18, 2014
1 parent eccf9f0 commit 9acc555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hackney.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ retrieve the body.
decide to stream the requet. You can use the returned reference to
stream the request body and continue to handle the response.

* `{error, {closed, <<>>}}` A body was expected but
* `{error, {closed, PartialBody}}` A body was expected but
instead the remote closed the response after sending the headers.
Equivalent to the curl message `no chunk, no close, no size.
Assume close to signal end`.
Expand Down

0 comments on commit 9acc555

Please sign in to comment.