aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks
diff options
context:
space:
mode:
authorEugene Kenny <elkenny@gmail.com>2018-05-01 01:24:32 +0100
committerEugene Kenny <elkenny@gmail.com>2018-05-01 01:24:32 +0100
commitf9e14b02c460a1963b350fb5e0e10c0e71ee175c (patch)
treeeec10e9821b317de47cf686127a589ccb11a801c /railties/lib/rails/tasks
parentee6a431bb9071151d9d546856a6451b861907202 (diff)
downloadrails-f9e14b02c460a1963b350fb5e0e10c0e71ee175c.tar.gz
rails-f9e14b02c460a1963b350fb5e0e10c0e71ee175c.tar.bz2
rails-f9e14b02c460a1963b350fb5e0e10c0e71ee175c.zip
Reset CONTENT_LENGTH between test requests
If a POST request is followed by a GET request in a controller test, the `rack.input` and `RAW_POST_DATA` headers from the first request will be reset but the `CONTENT_LENGTH` header will leak, leading the request object in the second request to incorrectly believe it has a body.
Diffstat (limited to 'railties/lib/rails/tasks')
0 files changed, 0 insertions, 0 deletions