mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-27 07:54:02 +02:00
commit
0819574424
@ -44,7 +44,7 @@ class KMIPProtocol(object):
|
||||
header = self._recv_all(self.HEADER_SIZE)
|
||||
except RequestLengthMismatch as e:
|
||||
if e.received == 0:
|
||||
raise EOFError("No request to process")
|
||||
raise EOFError("No data read from socket")
|
||||
else:
|
||||
raise
|
||||
msg_size = unpack('!I', header[4:])[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user