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

Normalize CharSet in Content-type header #3173

Merged
merged 1 commit into from
Jul 24, 2018
Merged

Conversation

pragnagopa
Copy link
Member

Fixes #3151

@pragnagopa pragnagopa requested a review from mathewc July 24, 2018 16:36
{
if (request.Content != null && request.Content.Headers.ContentLength > 0)
{
if (request.Content.Headers.ContentType != null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: you can move this check into the one above

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.

2 participants