aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rwxr-xr-xactionpack/lib/action_controller/request.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/request.rb b/actionpack/lib/action_controller/request.rb
index f5dfcbf457..345832d43a 100755
--- a/actionpack/lib/action_controller/request.rb
+++ b/actionpack/lib/action_controller/request.rb
@@ -320,8 +320,6 @@ module ActionController
mime_type = Mime::Type.lookup(content_type)
strategy = ActionController::Base.param_parsers[mime_type]
- raise [content_type, content_length, mime_type, ActionController::Base.param_parsers].inspect unless strategy
-
# Only multipart form parsing expects a stream.
if strategy && strategy != :multipart_form
body = body.read(content_length)