This project is archived and is in readonly mode.
Remove unnecessary line in the code
Reported by Anil Wadghule | May 25th, 2010 @ 07:49 PM
Looks like rack_test.rb has a line which is not needed and probably there by mistake. Attaching patch in the comment.
Comments and changes to this ticket
-
Anil Wadghule May 25th, 2010 @ 07:51 PM
- no changes were found...
-
Anil Wadghule May 25th, 2010 @ 08:33 PM
I came to know that request.request_parameters does params parsing. It forces normalize_params which does not happen on new as as you don't need to do (expensive) param parsing sometimes. It would error if params were parsed and the body was not rewound. (thanks @raggi for info)
This ticket can be marked as invalid.
-
Rohit Arondekar June 15th, 2010 @ 01:47 PM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>