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:
wakou 2002-05-29 05:39:09 +00:00
parent 4ab1577db3
commit 4b3a6c7aec
1 changed files with 2 additions and 2 deletions

View File

@ -1905,8 +1905,8 @@ The hash keys are case sensitive. Ask the samples.
else
at_exit() do
if defined?(CGI_PARAMS)
remove_const(:CGI_PARAMS)
remove_const(:CGI_COOKIES)
self.class.class_eval("remove_const(:CGI_PARAMS)")
self.class.class_eval("remove_const(:CGI_COOKIES)")
end
end
end