fix timeout

This commit is contained in:
Jack Robison 2018-10-09 11:06:23 -04:00
parent c5ef4d4b18
commit 910bb3485c
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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