Public Member Functions | |
def | __init__ (self, iteration) |
def | get_base_server (self) |
def | on_connection_lost (self, reason) |
def | on_data_received (self, event) |
def | on_request_received (self, event) |
def | on_send_done (self, stream_id) |
Private Attributes | |
_base_server | |
_iteration | |
_ready_to_send | |
This test does the following: Process incoming request normally, i.e. send headers, data and trailers. Then send a GOAWAY frame with the stream id of the processed request. It checks that the next request is made on a different TCP connection.
Definition at line 21 of file test_goaway.py.
def test_goaway.TestcaseGoaway.__init__ | ( | self, | |
iteration | |||
) |
Definition at line 29 of file test_goaway.py.
def test_goaway.TestcaseGoaway.get_base_server | ( | self | ) |
Definition at line 39 of file test_goaway.py.
def test_goaway.TestcaseGoaway.on_connection_lost | ( | self, | |
reason | |||
) |
Definition at line 42 of file test_goaway.py.
def test_goaway.TestcaseGoaway.on_data_received | ( | self, | |
event | |||
) |
Definition at line 60 of file test_goaway.py.
def test_goaway.TestcaseGoaway.on_request_received | ( | self, | |
event | |||
) |
Definition at line 56 of file test_goaway.py.
def test_goaway.TestcaseGoaway.on_send_done | ( | self, | |
stream_id | |||
) |
Definition at line 48 of file test_goaway.py.
|
private |
Definition at line 30 of file test_goaway.py.
|
private |
Definition at line 37 of file test_goaway.py.
|
private |
Definition at line 36 of file test_goaway.py.