Unexpected spaces around =

This commit is contained in:
Shadab Zafar 2016-06-15 10:31:19 +05:30 committed by Thomas Kriechbaumer
parent 03ce09ca99
commit 52fa195204
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ class Pathoc(tcp.TCPClient):
"HTTP/2 requires ALPN support. "
"Please use OpenSSL >= 1.0.2. "
"Pathoc might not be working as expected without ALPN.",
timestamp = False
timestamp=False
)
self.protocol = http2.HTTP2Protocol(self, dump_frames=self.http2_framedump)
else:

View File

@ -74,7 +74,7 @@ class TestDaemonSSL(PathocTestDaemon):
("127.0.0.1", self.d.port),
use_http2=True,
ssl=False,
fp = fp
fp=fp
)
tutils.raises(NotImplementedError, c.connect)