You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is worth a bug report but I think I'll post this anyways just for anyone else that runs into it. I wrote my own little multipart form generator and I forgot to include 2 extra dashes in the boundary field. This causes the form-data crate to spin off into an infinite loop when trying to parse the form. The fix for this might be to just reject it as an invalid form.
The text was updated successfully, but these errors were encountered:
I'm not sure this is worth a bug report but I think I'll post this anyways just for anyone else that runs into it. I wrote my own little multipart form generator and I forgot to include 2 extra dashes in the boundary field. This causes the form-data crate to spin off into an infinite loop when trying to parse the form. The fix for this might be to just reject it as an invalid form.
The text was updated successfully, but these errors were encountered: