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

Commits on Apr 2, 2018

  1. write a number algorithm that matches ABNF

    This algorithm automatically enforces the ABNF, including length limits.
    It still punts on the actual strtoi/strtof part.
    
    Closes httpwg#475 ?
    phluid61 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    885e439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d08b68 View commit details
    Browse the repository at this point in the history
  3. typo in number algorithm

    phluid61 committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    347d45b View commit details
    Browse the repository at this point in the history