We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2505ca7 commit 7022ec2Copy full SHA for 7022ec2
lib/async/http/protocol/http2/output.rb
@@ -83,6 +83,7 @@ def stream(task)
83
@body.call(stream)
84
rescue => error
85
self.close(error)
86
+ raise
87
end
88
89
# Reads chunks from the given body and writes them to the stream as fast as possible.
0 commit comments