mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix for POST method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4ab1577db3
commit
4b3a6c7aec
1 changed files with 2 additions and 2 deletions
|
@ -1905,8 +1905,8 @@ The hash keys are case sensitive. Ask the samples.
|
||||||
else
|
else
|
||||||
at_exit() do
|
at_exit() do
|
||||||
if defined?(CGI_PARAMS)
|
if defined?(CGI_PARAMS)
|
||||||
remove_const(:CGI_PARAMS)
|
self.class.class_eval("remove_const(:CGI_PARAMS)")
|
||||||
remove_const(:CGI_COOKIES)
|
self.class.class_eval("remove_const(:CGI_COOKIES)")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue