You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the top-level module documentation under Buffering, it says, "The Handle returned by connectTo and accept is block-buffered by default." This appears not to be true (at least for connectTo) as it just calls socketToHandle which correctly claims to return an unbuffered handle.
The text was updated successfully, but these errors were encountered:
In the top-level module documentation under Buffering, it says, "The Handle returned by connectTo and accept is block-buffered by default." This appears not to be true (at least for connectTo) as it just calls
socketToHandle
which correctly claims to return an unbuffered handle.The text was updated successfully, but these errors were encountered: