15 import http2_base_server
20 In response to an incoming request, this test sends headers, followed by
21 some data, followed by a reset stream frame. Client asserts that the RPC
22 failed and does not deliver the message to the application.
35 sr = self.
_base_server.parse_received_data(event.stream_id)
40 response_len =
len(response_data)
41 truncated_response_data = response_data[0:response_len / 2]