aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/http2_test/http2_base_server.py
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-01-09 10:55:51 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-01-09 10:55:51 -0800
commit7fc6f3be56a285bea98c9c2e980fa2720edf87b9 (patch)
treec9825a98c991e98ce4495dfd3d892c153de32fc0 /test/http2_test/http2_base_server.py
parent11ae5a77d6b2a059ef3fe4742ff2cc8b03b17139 (diff)
changes to http2 test server
Not kill the server on disconnect Spawn one server per test case
Diffstat (limited to 'test/http2_test/http2_base_server.py')
-rw-r--r--test/http2_test/http2_base_server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http2_test/http2_base_server.py b/test/http2_test/http2_base_server.py
index ee7719b1a8..8de028ceb1 100644
--- a/test/http2_test/http2_base_server.py
+++ b/test/http2_test/http2_base_server.py
@@ -73,7 +73,6 @@ class H2ProtocolBaseServer(twisted.internet.protocol.Protocol):
def on_connection_lost(self, reason):
logging.info('Disconnected %s' % reason)
- twisted.internet.reactor.callFromThread(twisted.internet.reactor.stop)
def dataReceived(self, data):
try: