зеркало из https://github.com/github/ruby.git
* lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
953b293f2b
Коммит
44cc15a9a8
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 2 23:18:12 2003 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* lib/net/http.rb: wrote the warning about HTTP_PROXY environment
|
||||
variable.
|
||||
|
||||
Tue Dec 2 21:31:42 2003 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* bin/testrb: new test runner. [ruby-core:01845]
|
||||
|
|
|
@ -109,7 +109,9 @@ module Net # :nodoc:
|
|||
# # always connect to your.proxy.addr:8080 using specified username and password
|
||||
# :
|
||||
# }
|
||||
#
|
||||
#
|
||||
# Note that net/http never rely on HTTP_PROXY environment variable.
|
||||
# If you want to use proxy, set it explicitly.
|
||||
#
|
||||
# === Following Redirection
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче