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 "Misused header name" bug when using dynamic headers. #44

Merged
merged 2 commits into from
Jun 30, 2014
Merged

Fixes "Misused header name" bug when using dynamic headers. #44

merged 2 commits into from
Jun 30, 2014

Conversation

bennor
Copy link
Contributor

@bennor bennor commented Jun 28, 2014

This fixes #43.

It also fixes the equivalent bug with trying to remove a content header from the main headers collection.

Check for existence of the header being removed in each headers
collection before trying to remove it. (The headers collections throw if
they don't support the named header.)
@bennor bennor changed the title Fixes "Misused header name" bug in dynamic headers. Fixes "Misused header name" bug when using dynamic headers. Jun 28, 2014
anaisbetts pushed a commit that referenced this pull request Jun 30, 2014
Fixes "Misused header name" bug when using dynamic headers.
@anaisbetts anaisbetts merged commit 33c5d2a into reactiveui:master Jun 30, 2014
@anaisbetts
Copy link
Member

Thanks @bennor!

@bennor
Copy link
Contributor Author

bennor commented Jun 30, 2014

No worries mate. Have to clean up my own messes ;)

On Mon, Jun 30, 2014 at 8:21 PM, Paul Betts notifications@github.com
wrote:

Thanks @bennor https://github.com/bennor!


Reply to this email directly or view it on GitHub
#44 (comment).

@bennor bennor deleted the fix-authorization-header branch October 12, 2014 20:39
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any reasons for removing headers from content
2 participants