]> git.openstreetmap.org Git - rails.git/commit
Drop parsed form data after decompressing the request body master live
authorTom Hughes <tom@compton.nu>
Mon, 11 Aug 2025 10:05:38 +0000 (11:05 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 11 Aug 2025 10:12:26 +0000 (11:12 +0100)
commit534257c82edccd98d3c1b6cd23f5d81e4f712210
tree84c11c04afa73e6031e48de976ca0ae060ec16ff
parenta4169ee96603dcbb061da7cf908e1023470b7914
Drop parsed form data after decompressing the request body

Works around https://github.com/rack/rack/pull/2230 to ensure that
compressed form data is reparsed after we decompress it.
config/initializers/compressed_requests.rb