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

split form data items with strutils.split to prevent AssertionDefect in regex package #207

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

derekdai
Copy link
Contributor

@derekdai derekdai commented Dec 5, 2023

When using regex.split to split form data, if it contains binary files, it may raise an AssertionDefect. This patch replace it with strutils.split.

@Ethosa Ethosa merged commit 3c8f238 into HapticX:master Dec 5, 2023
4 checks passed
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