-
Notifications
You must be signed in to change notification settings - Fork 14
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
Parsing does not Terminate #25
Comments
Hmmhmm, I can look more closely but it seems that you example was truncated - and it did not finish with the expected But yeah, the process should not do an infinite loop and it should have a mechanism to stop and return an error at least. Currently, we found a bug about that on the Then, I'm currently on vacation but I will look this bug in few weeks. Thanks for your report. |
Fixed by #27 🎉 |
CHANGES: - Split the distribution into two packages: `multipart_form{,-lwt}` (@dinosaure, @leviroth, dinosaure/multipart_form#23) - Documentation about `Content-Type` (@dinosaure, dinosaure/multipart_form#24) - Upgrade the distribution with few new releases (@dinosaure, dinosaure/multipart_form#24) - Add a test about the lwt support (@dinosaure, @taiseiKMC, dinosaure/multipart_form#25, dinosaure/multipart_form#27) - Allow filenames with space (@dinosaure, @aantron, @cemerick, dinosaure/multipart_form#28)
When a requested body is incomplete,
Multipart_form.parse
sometimes seems to go into an infinite loopI tried this below code in Multipart_form:v0.3.0
The text was updated successfully, but these errors were encountered: