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

Allow users to override encoding when decoding requests (maybe using chardet, as was the default before) #1204

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Dec 22, 2019

maybe @mbeacom or @skivis has feedback on this? Particulary regarding the original change that was made to fix #1193

…g chardet, as was previously done automatically, but removed to fix #1193). Dont catch exceptions that can't happen any more or at least should very rarely happen, and we can leave it to the user to handle them.
@cyberw cyberw changed the title Allow users to override encoding when decoding requests Allow users to override encoding when decoding requests (maybe using chardet, as was the default before) Dec 22, 2019
@cyberw
Copy link
Collaborator Author

cyberw commented Jan 7, 2020

I dont want to wait any longer, so I'm merging this. If anyone (@mbeacom @skivis or someone else) has comments, let me know.

@cyberw cyberw merged commit 551d169 into master Jan 7, 2020
@cyberw cyberw deleted the allow-users-to-override-encoding-in-FastHttpLocust branch January 29, 2020 08:03
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.

FastHttpLocust is very slow at returning the response text
1 participant