Skip to content
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

Merged
merged 1 commit into from Jun 12, 2019
Merged

Attempt to fix #1927 #1931

merged 1 commit into from Jun 12, 2019

Conversation

thinkerou
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 6, 2019

Codecov Report

Merging #1931 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
context.go 98.43% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73c4633...561a4fd. Read the comment docs.

@thinkerou thinkerou added the bug label Jun 6, 2019
@thinkerou thinkerou added this to the 1.5 milestone Jun 6, 2019
@dmarkham
Copy link
Contributor

dmarkham commented Jun 6, 2019

@thinkerou nice find this looks safe and needed!

@crazywako
Copy link

crazywako commented Jun 12, 2019

Will this fix also this case with files where files would be "cached" too?

form, _ := c.MultipartForm()

files := form.File["upload"]

@thinkerou thinkerou merged commit 75b9d2b into gin-gonic:master Jun 12, 2019
@thinkerou
Copy link
Member Author

@crazywako can you help me check? thanks!

Copy link

@alkanna alkanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working as intended

@crazywako
Copy link

crazywako commented Jun 12, 2019

@thinkerou

@crazywako can you help me check? thanks!

Will test in the next 24 hours.

@crazywako
Copy link

@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.

@thinkerou
Copy link
Member Author

@crazywako thanks!!! 💯

ThomasObenaus pushed a commit to ThomasObenaus/gin that referenced this pull request Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants