Tests: fixed header value char tests.
Use byte strings to avoid problems with encoding.
This commit is contained in:
@@ -70,7 +70,7 @@ Content-Length: %d
|
||||
|
||||
time.sleep(3)
|
||||
|
||||
data += self.recvall(sock)
|
||||
data += self.recvall(sock).decode()
|
||||
|
||||
sock.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user