equeue: use BytesIO instead of StringiO as buffer
as StringIO only accepts unicode, but socket.recv() returns a string
Showing
Please register or sign in to comment
as StringIO only accepts unicode, but socket.recv() returns a string