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.
read() for b < 0 should readall. Currently, it will attempt to process a read of a negative value of bytes; it will only readall if b is None.
read()
b < 0
b is None
Sanitize b < 0 to None.
None