Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
More intelligent Content-Type parsing #1660
Conversation
richvdh
assigned
NegativeMjark
Nov 30, 2016
|
I don't think the LGTM if it works. |
richvdh
referenced this pull request
Nov 30, 2016
Closed
matrixfederationclient: Fix Content-Type parsing #1661
richvdh
merged commit 8379a74
into
develop
Nov 30, 2016
8 of 10 checks passed
richvdh
deleted the
rav/better_content_type_validation
branch
Nov 30, 2016
|
Though if you want to nitpick, the RFC does say:
In this case adding one does have an effect on the recipient :D |
richvdh commentedNov 30, 2016
Content-Type is allowed to contain options (
; charset=utf-8, forinstance). We should allow that.