aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/net/http.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 05d82db12f..3f16ff8df5 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -465,6 +465,8 @@ module Net #:nodoc:
# { "cmd" => "search", "q" => "ruby", "max" => "50" }
#
# This method also does Basic Authentication iff +url+.user exists.
+ # But userinfo for authentication is deprecated (RFC3986).
+ # So this feature will be removed.
#
# Example:
#