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
Preserve write buffer when raw.write() returns None on blocked socket
Add a check in cheroot.makefile.BufferedWriter._flush_unlocked to prevent
clearing of the write buffer when raw.write() returns None due to a blocked
stream. Also limits each write call to SOCK_WRITE_BLOCKSIZE bytes, which
was defined but not previously used in this method.
0 commit comments