mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
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