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

write a number algorithm that matches ABNF #551

Merged
merged 3 commits into from
Apr 2, 2018

Conversation

phluid61
Copy link
Collaborator

@phluid61 phluid61 commented Apr 2, 2018

This algorithm automatically enforces the ABNF syntax, including length limits.
It still punts on the actual strtoi/strtof part.

Closes #475 ?

This algorithm automatically enforces the ABNF, including length limits.
It still punts on the actual strtoi/strtof part.

Closes httpwg#475 ?
@mnot mnot merged commit e7792c4 into httpwg:master Apr 2, 2018
@mnot
Copy link
Member

mnot commented Apr 2, 2018

Much better, thanks!

@phluid61 phluid61 deleted the header-structure/number-algorithm branch April 3, 2018 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants