We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e1b10 commit 3a5c1ccCopy full SHA for 3a5c1cc
lib/async/http/protocol/http1/finishable.rb
@@ -29,6 +29,8 @@ def read
29
@reading = true
30
31
super
32
+ ensure
33
+ @closed.value = true if @body.empty?
34
end
35
36
def close(error = nil)
0 commit comments