mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sorry erase miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
20d29693ac
commit
ad813911ab
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ convert string charset, and set language to "ja".
|
|||
|
||||
def initialize_query()
|
||||
if ("POST" == env_table['REQUEST_METHOD']) and
|
||||
(%r|\Amultipart/form-data.*boundary=\"?([^\";,]+)\"?|n.match(env_table['CONTENT_TYPE'])
|
||||
%r|\Amultipart/form-data.*boundary=\"?([^\";,]+)\"?|n.match(env_table['CONTENT_TYPE'])
|
||||
boundary = $1.dup
|
||||
@params = read_multipart(boundary, Integer(env_table['CONTENT_LENGTH']))
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue