Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeHelpers.TryParseLong uses int.TryParse #158

Closed
MHHenriksen opened this issue Jan 17, 2018 · 0 comments
Closed

RangeHelpers.TryParseLong uses int.TryParse #158

MHHenriksen opened this issue Jan 17, 2018 · 0 comments
Assignees
Milestone

Comments

@MHHenriksen
Copy link

This causes byte range requests past ~2GB to fail.

&& int.TryParse(input, NumberStyles.None, CultureInfo.InvariantCulture, out temp))

@Tratcher Tratcher added this to the 4.0.0 milestone Jan 26, 2018
@Tratcher Tratcher self-assigned this Jan 26, 2018
Tratcher added a commit that referenced this issue Jan 26, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants