aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/http2_test/test_rst_during_data.py
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-12-12 13:58:15 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-12-12 13:58:15 -0800
commit8c57917f56bc7af695f2c92f8e5678160da4276e (patch)
treef20d42c8c4e23826a93075951c0ee4e044f9b879 /test/http2_test/test_rst_during_data.py
parenta16ea7f9b129d34edbdb867e720d4a2ea71e9a7f (diff)
fixed feedback from review
Diffstat (limited to 'test/http2_test/test_rst_during_data.py')
-rw-r--r--test/http2_test/test_rst_during_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http2_test/test_rst_during_data.py b/test/http2_test/test_rst_during_data.py
index 105c9403bb..6767ccaf66 100644
--- a/test/http2_test/test_rst_during_data.py
+++ b/test/http2_test/test_rst_during_data.py
@@ -23,7 +23,6 @@ class TestcaseRstStreamDuringData(object):
response_len = len(response_data)
truncated_response_data = response_data[0:response_len/2]
self._base_server.setup_send(truncated_response_data, event.stream_id)
- # send reset stream
def on_send_done(self, stream_id):
self._base_server.send_reset_stream()