We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
network/conn
WritePayload issues 4 separate Write calls to the underlying connection.
WritePayload
Write
It may be the case, that OS sends each part of the request in a separate IP packet.
In such case, an observer can deduce size of the message and the void part.
The text was updated successfully, but these errors were encountered:
I completely agree, I will try to fix it soon.
Sorry, something went wrong.
Corrected this case in commit: 26e666c.
No branches or pull requests
WritePayload
issues 4 separateWrite
calls to the underlying connection.It may be the case, that OS sends each part of the request in a separate IP packet.
In such case, an observer can deduce size of the message and the void part.
The text was updated successfully, but these errors were encountered: