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

Fixes bug in rfc2616 #3.6.1 implementation. #236

Merged
merged 2 commits into from
Sep 18, 2016
Merged

Fixes bug in rfc2616 #3.6.1 implementation. #236

merged 2 commits into from
Sep 18, 2016

Commits on Aug 26, 2016

  1. Fixes bug in rfc2616 #3.6.1 implementation.

    A chunk size (hexidecimal) must be followed by either an optional chunk
    extension (which begins with a semicolon) or \r\n.
    
    @link https://tools.ietf.org/html/rfc2616#section-3.6.1
    stephenharris committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    4041e0a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Chunk extension names cannot contain CTLs, spaces or (){}|<>@,;:\"/[]…

    …?=. Chunk extension values can, provided they are quoted.
    
    Ref #236
    stephenharris committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    2f1b5dc View commit details
    Browse the repository at this point in the history