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

Method resume_writing

uvicorn/protocols/http/h11_impl.py:357–361  ·  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

355 self.flow.pause_writing() # pragma: full coverage
356
357 def resume_writing(self) -> None:
358 """
359 Called by the transport when the write buffer drops below the low water mark.
360 """
361 self.flow.resume_writing() # pragma: full coverage
362
363 def timeout_keep_alive_handler(self) -> None:
364 """

Callers 1

connection_lostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected