change in httpreq plugin

This commit is contained in:
Bastian Schroll 2015-05-22 20:17:57 +02:00
parent 169fb8569a
commit da2ea5fe4e

View file

@ -66,6 +66,10 @@ def run(typ,freq,data):
logging.exception("no HTTP request been sended")
except: #otherwise
logging.exception("cannot get HTTP response")
finally:
logging.debug("close http-Connection")
httprequest.close()
########## User Plugin CODE ##########
except: