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
Just learning async rust and already struggling with pin unpin etc.
This issue really drove me into madness as the error is very far from being descriptive.
Bug Report
multipart/form-data
parsing failure on limited instead of a "limited" errorVersion
Platform
and
Crates
Description
Reproducer:
Code
Cargo.toml
I expected to see this happen: when uploading a large file using cURL, I was expecting the "limited" error.
Instead, this happened:
Additional notes
I'm available to help fix, I suspect that this error:
https://github.com/tokio-rs/axum/blob/main/axum/src/extract/multipart.rs#L249
Is either not being hit or propagated upwards
The text was updated successfully, but these errors were encountered: