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

handle empty Content-Type as if octet-stream blob #14

Merged
merged 1 commit into from
Nov 28, 2020

Conversation

miyagawa
Copy link
Contributor

@miyagawa miyagawa commented Nov 28, 2020

re: plack/Plack#655

don't special case when Content-Type is not set, and handle as if it's an octet-stream blob.

@kazeburo kazeburo merged commit fc4245d into kazeburo:master Nov 28, 2020
kazeburo added a commit that referenced this pull request Nov 28, 2020
Changelog diff is:

diff --git a/Changes b/Changes
index 6baa825..41825de 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.25 2020-11-28T02:35:28Z
+
+  - handle empty Content-Type as if octet-stream blob #14
+
 0.24 2020-08-05T05:36:49Z
 
    - encode recursively nested Arrayrefs and Hashrefs in JSON #13
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