mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5fc8a9839c
This commit fixes a regression that added the Accept-Ranges header on both client and server. Accept-Ranges is response header, so we now make sure it only appears on the server side. See gh-28291