aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/http2_test/test_goaway.py
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-12-02 10:17:03 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-12-02 10:17:03 -0800
commita16ea7f9b129d34edbdb867e720d4a2ea71e9a7f (patch)
tree024ed4d780cff9e8e45d4871e9e2d85d7a9a4e7e /test/http2_test/test_goaway.py
parent5b7070a15b7cd13115a15a619d447792d99d78a6 (diff)
added new test (rst_during_data)
Diffstat (limited to 'test/http2_test/test_goaway.py')
-rw-r--r--test/http2_test/test_goaway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http2_test/test_goaway.py b/test/http2_test/test_goaway.py
index 4c46cab8f9..7a915402b2 100644
--- a/test/http2_test/test_goaway.py
+++ b/test/http2_test/test_goaway.py
@@ -24,7 +24,7 @@ class TestcaseGoaway(object):
def on_connection_lost(self, reason):
logging.info('Disconnect received. Count %d'%self._iteration)
# _iteration == 2 => Two different connections have been used.
- if self._iteration == 200:
+ if self._iteration == 2:
self._base_server.on_connection_lost(reason)
def on_send_done(self, stream_id):