mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
b78283b3fcae6752e7f1698cc063eff6214d2104
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@829 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Fixed that broken pipe errors (clients disconnecting in mid-request) could bring down a fcgi process
Fixed an exception when using Ajax based requests from Safari because Safari appends a \000 to the post body. Symbols can't have \000 in them so indifferent access would throw an exception in the constructor. Indifferent hashes now use strings internally instead. #746 [Tobias Luetke]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%