Lines Matching refs:write
142 logger.debug("Fail to write a null byte into the "
817 info.append(f'write=<{state}, bufsize={bufsize}>')
1031 # protocol can write more, but we still can't
1037 def write(self, data):
1042 raise RuntimeError('Cannot call write() after write_eof()')
1044 raise RuntimeError('unable to write; sendfile is in progress')
1063 self._fatal_error(exc, 'Fatal write error on socket transport')
1069 # Not all was written; register write handler.
1090 self._fatal_error(exc, 'Fatal write error on socket transport')
1207 exc, 'Fatal write error on datagram transport')
1235 exc, 'Fatal write error on datagram transport')