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

headers: avoid sending null content-type #4134

Merged
merged 1 commit into from Aug 9, 2020
Merged

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Aug 5, 2020

This commit prevents a null content-type header from being sent back.

Fixes: #4133
Refs: ed0688c

This commit prevents a null content-type header from being
sent back.

Fixes: hapijs#4133
Refs: hapijs@ed0688c
@cjihrig cjihrig merged commit f7e9193 into hapijs:master Aug 9, 2020
@cjihrig cjihrig deleted the foo branch August 9, 2020 14:14
@cjihrig cjihrig mentioned this pull request Aug 10, 2020
@devinivy devinivy added this to the 20.0.0 milestone Sep 14, 2021
@devinivy devinivy added the bug Bug or defect label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content-type header is null when empty response is returned
3 participants