зеркало из https://github.com/github/ruby.git
* lib/xmlrpc/httpserver.rb: [DOC] Fix typo
s/authentification/authentication/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e759e2739b
Коммит
28fd53d2de
|
@ -134,7 +134,7 @@ private
|
||||||
# If an Exception is raised while handling the request, the client will receive
|
# If an Exception is raised while handling the request, the client will receive
|
||||||
# a 500 "Internal Server Error" message.
|
# a 500 "Internal Server Error" message.
|
||||||
def serve(io) # :doc:
|
def serve(io) # :doc:
|
||||||
# perform IP authentification
|
# perform IP authentication
|
||||||
unless @handler.ip_auth_handler(io)
|
unless @handler.ip_auth_handler(io)
|
||||||
io << http_resp(403, "Forbidden")
|
io << http_resp(403, "Forbidden")
|
||||||
return
|
return
|
||||||
|
|
Загрузка…
Ссылка в новой задаче