-
Jarek Radosz authored
When using ActionController::Live setting content type header after response body resulted in a race condition, throwing either “ActionDispatch::IllegalStateError: header already sent” or “RuntimeError: can't modify frozen Hash”. This commit restores original order (i.e. from before 75757c5c).
Jarek Radosz authoredWhen using ActionController::Live setting content type header after response body resulted in a race condition, throwing either “ActionDispatch::IllegalStateError: header already sent” or “RuntimeError: can't modify frozen Hash”. This commit restores original order (i.e. from before 75757c5c).
Loading