Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 6975483

Browse files
committed
Remove outdated FIXME.
1 parent f13ca27 commit 6975483

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyper/http11/response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def read(self, amt=None, decode_content=True):
132132

133133
# If we got an empty read, but were expecting more, the remote end
134134
# has hung up. Raise an exception.
135-
# FIXME: Real exception, not RuntimeError
136135
if not chunk:
137136
self.close()
138137
raise ConnectionResetError("Remote end hung up!")

0 commit comments

Comments
 (0)