18 import http2_base_server
23 This test does the following:
24 Process incoming request normally, i.e. send headers, data and trailers.
25 Then send a GOAWAY frame with the stream id of the processed request.
26 It checks that the next request is made on a different TCP connection.
43 logging.info(
'Disconnect received. Count %d' % self.
_iteration)
50 logging.info(
'Sending GOAWAY for stream %d:' % stream_id)
53 last_stream_id=stream_id)
62 sr = self.
_base_server.parse_received_data(event.stream_id)
64 logging.info(
'Creating response size = %s' % sr.response_size)
68 self.
_base_server.setup_send(response_data, event.stream_id)