We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccf9f0 commit 9acc555Copy full SHA for 9acc555
doc/hackney.md
@@ -439,7 +439,7 @@ retrieve the body.
439
decide to stream the requet. You can use the returned reference to
440
stream the request body and continue to handle the response.
441
442
-* `{error, {closed, <<>>}}` A body was expected but
+* `{error, {closed, PartialBody}}` A body was expected but
443
instead the remote closed the response after sending the headers.
444
Equivalent to the curl message `no chunk, no close, no size.
445
Assume close to signal end`.
0 commit comments