Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] Fix Range Requests#38516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Doesn't this apply to branch 3.4 also? If yes, this should be rebased+target 3.4.
I did not manage yet to implement the support for multiple ranges, but also don't know, if that's needed here.
It's not needed IMHO.
src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
87755c1 to52061e8CompareBattleRattle commentedOct 12, 2020
You're right, I changed it to 3.4. Thanks for the hint |
52061e8 to681804bComparefabpot commentedOct 14, 2020
Thank you@BattleRattle. |
Uh oh!
There was an error while loading.Please reload this page.
This PR fixes some deviations fromRFC 7233 for handling range requests, mentioned in#38295.
byteswill get ignoredGETwill be ignoredI did not manage yet to implement the support for multiple ranges, but also don't know, if that's needed here.