MCPcopy
hub / github.com/encode/uvicorn / resume_writing

Method resume_writing

uvicorn/protocols/http/httptools_impl.py:363–367  ·  view source on GitHub ↗

Called by the transport when the write buffer drops below the low water mark.

(self)

Source from the content-addressed store, hash-verified

361 self.flow.pause_writing() # pragma: full coverage
362
363 def resume_writing(self) -> None:
364 """
365 Called by the transport when the write buffer drops below the low water mark.
366 """
367 self.flow.resume_writing() # pragma: full coverage
368
369 def timeout_keep_alive_handler(self) -> None:
370 """

Callers 1

connection_lostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected