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:
parent
d4b866914b
commit
48e30fa965
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -1032,7 +1032,6 @@ class CGI
|
|||
""
|
||||
end
|
||||
|
||||
p body
|
||||
body.rewind
|
||||
|
||||
/Content-Disposition:.* filename="?([^\";]*)"?/ni.match(head)
|
||||
|
|
Loading…
Reference in a new issue