remove superfluous except: raise

This commit is contained in:
Hendrik Richter
2016-07-28 15:37:34 +02:00
parent b0f1d9f467
commit 6a2ad716a4

View File

@@ -446,8 +446,6 @@ proc request*(url: string, httpMethod: string, extraHeaders = "",
s.send(body)
result = parseResponse(s, httpMethod != "httpHEAD", timeout)
except:
raise
finally:
s.close()