1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
Aaron Patterson 1b6aa27320 writing the new body can cause the response to be committed and the
request thread to return up the stack before the instance variable is
assigned.  Synchronize so that the ivar is assigned before the other
thread can activate.

fixes #10984
2013-06-28 16:51:53 -07:00
..
cache.rb drop an unused hash; change slang to SPECIAL 2013-03-19 11:00:01 +05:30
filter_parameters.rb adding missing requires 2013-01-09 15:34:58 -08:00
filter_redirect.rb
headers.rb Http::Headers directly modifies the passed environment. 2013-03-15 10:13:49 +01:00
mime_negotiation.rb Fix formats on xhr requests when HTTP_ACCEPT is empty string 2013-03-04 14:43:31 +00:00
mime_type.rb Fix undefined method `ref' for nil:NilClass for bad accept headers 2013-06-19 06:29:52 -07:00
mime_types.rb
parameter_filter.rb
parameters.rb Refactor ActionDispatch::Http::Parameters#normalize_encode_params 2013-06-04 13:42:40 +03:00
rack_cache.rb
request.rb Extract ActionDispatch::Request#deep_munge 2013-05-30 21:26:37 +03:00
response.rb writing the new body can cause the response to be committed and the 2013-06-28 16:51:53 -07:00
upload.rb Merge branch 'master' of github.com:lifo/docrails 2013-03-30 15:46:14 +05:30
url.rb Refactor ActionDispatch::Http::URL.build_host_url 2013-04-18 17:12:40 +01:00