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
The following python script runs into the timeout. It works, if you don't use a session. The second request on /other works. The bug also occurs on a simple website
Just bumped the same issue. One more note. If I try to upload 2.4MB image file everything FromRequest works well. If i try to upload small size image (in my case less than 100kb) it will stack on next request
Current Behavior
When uploading an image or some other kind of file, but a custom extractor returns an error, the next request runs into a timeout.
Expected Behavior
Get no timeout
Possible Solution
No idea
Steps to Reproduce (for bugs)
I have this small example
The following python script runs into the timeout. It works, if you don't use a session. The second request on /other works. The bug also occurs on a simple website
Context
I wanted to add an endpoint, where you can upload an image.
Your Environment
rustc -V
): 1.74, but also doesn't work with 1.69The text was updated successfully, but these errors were encountered: