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
@ -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…
x
Reference in New Issue
Block a user