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

What characters are permitted #846

Merged
merged 7 commits into from
Jun 3, 2021

Commits on Apr 23, 2021

  1. What characters are permitted

    This encodes the conclusions from interim discussions:
    
    1. CR, LF, and NUL cannot appear anywhere in field names or values.
    2. SP and HTAB cannot appear at the start or end of field names or
    values.
    3. COLON cannot appear anywhere in a field name, except for the colon at
    the start of a pseudo-header field name.
    
    The strong requirements about validating fields according to ABNF has
    been replaced.
    
    The text is clearer about how the pieces fit together: it is HPACK that
    allows any octet, whereas HTTP/2 makes certain choices invalid.
    
    Closes httpwg#815.
    martinthomson committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f82ea92 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. e

    Co-authored-by: Lucas Pardue <[email protected]>
    martinthomson and LPardue authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    5ba1891 View commit details
    Browse the repository at this point in the history
  2. Restore field name

    martinthomson committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    995fbf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    bf4686b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Add Mark's suggestions

    Co-authored-by: Mark Nottingham <[email protected]>
    martinthomson and mnot authored May 20, 2021
    Configuration menu
    Copy the full SHA
    fef6a4f View commit details
    Browse the repository at this point in the history
  2. Refactor text

    martinthomson committed May 20, 2021
    Configuration menu
    Copy the full SHA
    4b361c0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Is this better?

    martinthomson committed May 24, 2021
    Configuration menu
    Copy the full SHA
    05686ee View commit details
    Browse the repository at this point in the history