зеркало из https://github.com/github/ruby.git
* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.
[fix GH-961] Patch by @billinghamj git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
dc2eb0c653
Коммит
ea67287ac1
|
@ -1,3 +1,8 @@
|
|||
Thu Jul 9 10:03:10 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.
|
||||
[fix GH-961] Patch by @billinghamj
|
||||
|
||||
Thu Jul 9 09:34:14 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h (rb_control_frame_t): fix comments (layout index).
|
||||
|
|
|
@ -231,6 +231,7 @@ class Net::HTTPResponse
|
|||
'304' => Net::HTTPNotModified,
|
||||
'305' => Net::HTTPUseProxy,
|
||||
'307' => Net::HTTPTemporaryRedirect,
|
||||
'308' => Net::HTTPPermanentRedirect,
|
||||
|
||||
'400' => Net::HTTPBadRequest,
|
||||
'401' => Net::HTTPUnauthorized,
|
||||
|
|
Загрузка…
Ссылка в новой задаче