Skip to content

Commit 9acc555

Browse files
committed
regen
1 parent eccf9f0 commit 9acc555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/hackney.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ retrieve the body.
439439
decide to stream the requet. You can use the returned reference to
440440
stream the request body and continue to handle the response.
441441

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

0 commit comments

Comments
 (0)