Skip to content

Commit 486074a

Browse files
Remove useless rescue clause.
1 parent 5929731 commit 486074a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/async/http/protocol/http1/server.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ def each(task: Task.current)
151151
# Do not remove this line or you will unleash the gods of concurrency hell.
152152
task.yield
153153
end
154-
rescue => error
155-
raise
156154
ensure
157155
body&.close(error)
158156
end

0 commit comments

Comments
 (0)