Home
last modified time | relevance | path

Searched refs:start_next_cycle (Results 1 – 11 of 11) sorted by relevance

/dports/net/py-h11/h11-0.12.0/h11/tests/
H A Dtest_state.py184 cs.start_next_cycle()
190 cs.start_next_cycle()
195 cs.start_next_cycle()
207 cs.start_next_cycle()
219 cs.start_next_cycle()
230 cs.start_next_cycle()
241 cs.start_next_cycle()
H A Dtest_connection.py449 c.start_next_cycle()
459 c.start_next_cycle()
473 conn.start_next_cycle()
516 c.start_next_cycle()
530 c.start_next_cycle()
620 conn.start_next_cycle()
645 sc.start_next_cycle()
809 c.start_next_cycle()
/dports/net/py-h11/h11-0.12.0/h11/
H A D_connection.py193 def start_next_cycle(self): member in Connection
206 self._cstate.start_next_cycle()
H A D_state.py298 def start_next_cycle(self): member in ConnectionState
/dports/net/py-h11/h11-0.12.0/docs/source/
H A Dapi.rst403 .. automethod:: start_next_cycle
422 This is preserved by :meth:`start_next_cycle`, so it can be
472 * When calling :meth:`Connection.start_next_cycle`
641 explicitly call :meth:`Connection.start_next_cycle` to reset both
663 :meth:`~Connection.start_next_cycle`, and you can't call
664 :meth:`~Connection.start_next_cycle` until the server has entered the
673 completed and :meth:`~Connection.start_next_cycle` is called. See the
742 :meth:`~Connection.start_next_cycle`.
825 def start_next_cycle(self):
826 self.conn.start_next_cycle()
[all …]
H A Dchanges.rst87 * LocalProtocolError raised in start_next_cycle now shows states for
204 :meth:`~Connection.start_next_cycle`.
H A Dbasic-usage.rst314 client.conn.start_next_cycle()
/dports/www/py-uvicorn/uvicorn-0.15.0/uvicorn/protocols/http/
H A Dh11_impl.py221 self.conn.start_next_cycle()
295 self.conn.start_next_cycle()
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_sync/
H A Dhttp11.py186 self._h11_state.start_next_cycle()
/dports/www/py-httpcore/httpcore-0.14.3/httpcore/_async/
H A Dhttp11.py186 self._h11_state.start_next_cycle()
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/protocol/
H A Dh11.py249 self.connection.start_next_cycle()