mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
* lib/net/http.rb: Net::HTTP#finish is used to manually close
connections. [Ruby 1.9 - Bug #5045] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9fd68c53ca
commit
ee54fbd644
2 changed files with 6 additions and 1 deletions
|
@ -108,7 +108,7 @@ module Net #:nodoc:
|
|||
# If you wish to re-use a connection across multiple HTTP requests without
|
||||
# automatically closing it you can use ::new instead of ::start. #request
|
||||
# will automatically open a connection to the server if one is not currently
|
||||
# open. You can manually close the connection with #close.
|
||||
# open. You can manually close the connection with #finish.
|
||||
#
|
||||
# === Response Data
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue