Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Handle content types with charsets. #77

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Conversation

justinlittman
Copy link
Contributor

handler.py Outdated
@@ -43,6 +43,7 @@ def main(event, _):
# BEFORE setting up AWS resources
verify_query = is_malformed_query(request_body, request_content_type)
Copy link
Contributor

Choose a reason for hiding this comment

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

should we calculate clean type here? and pass it to is_malformed_query and then we can also use it on 58?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good suggestion. Fixed.

@jcoyne jcoyne merged commit 772e51a into master Nov 5, 2018
@ghost ghost removed the review label Nov 5, 2018
@jcoyne jcoyne deleted the web148-content_type branch November 5, 2018 13:32
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.

Bad characters in countries_label_ssim
2 participants