fix timeout
This commit is contained in:
parent
c5ef4d4b18
commit
910bb3485c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class SCPDHTTPClientProtocol(Protocol):
|
|||
try:
|
||||
packet = deserialize_soap_post_response(self.response_buff, self.soap_method, self.soap_service_id)
|
||||
if not packet:
|
||||
self.finished.set_result(packet)
|
||||
return
|
||||
except ElementTree.ParseError:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue