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

Kill raw part when getting mutable reference to typed header #833

Closed
wants to merge 1 commit into from

Commits on Jun 17, 2016

  1. fix(headers): Remove raw part when getting mutable reference to typed…

    … header
    
    If you get a mutable reference to a typed header it is possible to make
    the two representations be out of sync. To avoid this, after parsing the
    raw part it should be removed.
    
    Fixes hyperium#821.
    andresilva committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    f5ca7ff View commit details
    Browse the repository at this point in the history