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

Rfc2231 parameter continuation #1417

Merged
merged 2 commits into from Dec 9, 2018
Merged

Commits on Dec 9, 2018

  1. Copy the full SHA
    16c93c2 View commit details
    Browse the repository at this point in the history
  2. support RFC 2231 parameter continuations

    move continuation handling to parse_options_header
    update regex to capture continuation index
    update regex to make encoding optional
    continuation keeps track of encoding
    any number of continuations is allowed
    add changelog
    davidism committed Dec 9, 2018
    Copy the full SHA
    7298c48 View commit details
    Browse the repository at this point in the history