Kaydet (Commit) 6d78986c authored tarafından shin-'s avatar shin-

Fixed multiplexed_socket_stream_helper

üst 93bb0c5b
......@@ -271,8 +271,6 @@ class Client(requests.Session):
sep = bytes() if six.PY3 else str()
data = sep.join(blocks)
if six.PY3:
data = data.decode('utf-8')
return data
while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment