1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug

print.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-02-03 17:24:13 +00:00
parent d4b866914b
commit 48e30fa965
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Feb 4 02:22:59 2007 Akinori MUSHA <knu@iDaemons.org>
* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug
print.
Sat Feb 3 14:32:58 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):

View file

@ -1032,7 +1032,6 @@ class CGI
""
end
p body
body.rewind
/Content-Disposition:.* filename="?([^\";]*)"?/ni.match(head)