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

fix(headers): Remove raw part when getting mutable reference to typed header #841

Merged
merged 1 commit into from
Jun 20, 2016

Conversation

seanmonstar
Copy link
Member

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.

Closes #821

Rebase with a test added.
Closes #833

… 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 #821.
@seanmonstar seanmonstar merged commit d02eb47 into master Jun 20, 2016
@seanmonstar seanmonstar deleted the pr/833 branch June 20, 2016 23:22
@andresilva
Copy link
Contributor

Sorry for the radio silence (and forgetting to add that test). Cheers!

@Manishearth
Copy link
Contributor

Could we get a crate version published for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants