diff options
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/http.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index 65cd5a993..447e88c99 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -350,13 +350,11 @@ module Net @socket.reopen end - yield( u_header ) + resp = yield( u_header ) if ublock then adapter = HTTPReadAdapter.new( @command ) ublock.call adapter resp = adapter.off - else - resp = @command.get_response end unless keep_alive? u_header, resp then |
