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

fix render writeHeaders method to make it the same as http.Header.Set #1722

Merged
merged 4 commits into from Feb 22, 2019

Conversation

songjiayang
Copy link
Contributor

fix #1721

@codecov
Copy link

codecov bot commented Dec 31, 2018

Codecov Report

Merging #1722 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1722   +/-   ##
=======================================
  Coverage   98.48%   98.48%           
=======================================
  Files          41       41           
  Lines        2050     2050           
=======================================
  Hits         2019     2019           
  Misses         19       19           
  Partials       12       12
Impacted Files Coverage Δ
render/reader.go 100% <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 184661c...a778512. Read the comment docs.

@thinkerou thinkerou merged commit 7b1081a into gin-gonic:master Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gin render.writeHeaders doesn't support MIMEHeader format
2 participants