coroutine readexactly(n)
Read exactly n bytes. Raise an IncompleteReadError
if the end of the stream is reached before n can be read, the IncompleteReadError.partial
attribute of the exception contains the partial read bytes.
This method is a coroutine.
Please login to continue.