Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mint/http.ex
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ defmodule Mint.HTTP do
> #### Hanging Waiting for Bytes {: .warning}
>
> If `byte_count` is greater than `0` and the socket doesn't receive
> *at least* `byte_count` bytes withing the `timeout`, then the function
> *at least* `byte_count` bytes within the `timeout`, then the function
> will block for the duration of `timeout` and then return a timeout error.
> This behavior is the same as the `recv` function in [`:gen_tcp`](`:gen_tcp`)
> and [`:ssl`](`:ssl`).
Expand Down