Fix bugs in old HTTP API
Compare changes
+ 4
− 2
@@ -91,6 +91,8 @@ class HTTPConnection(http_client.HTTPConnection):
@@ -272,8 +274,8 @@ class HTTPConnection(http_client.HTTPConnection):
This MR fixes bugs introduced by b18320c0 that render the old HTTP API (deprecated, but still used by GWpy and others) broken.
Closes #19 (closed).