-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Attempt to fix #1927 #1931
Attempt to fix #1927 #1931
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1931 +/- ##
==========================================
+ Coverage 98.75% 98.75% +<.01%
==========================================
Files 38 38
Lines 2172 2173 +1
==========================================
+ Hits 2145 2146 +1
Misses 15 15
Partials 12 12
Continue to review full report at Codecov.
|
@thinkerou nice find this looks safe and needed! |
Will this fix also this case with files where files would be "cached" too? form, _ := c.MultipartForm()
files := form.File["upload"] |
@crazywako can you help me check? thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working as intended
Will test in the next 24 hours. |
@thinkerou Couldn't reproduce the problem anymore. So it seems fixed. I will open a issue if I find out the issue is still there. |
@crazywako thanks!!! 💯 |
No description provided.