Skip to content

Conversation

kenjones-cisco
Copy link
Contributor

Fixes the handling of response headers that have custom formatters
where the header is not nullable to deal with the results from
UnmarshalText of any strfmt type.

resolves #2544

@kenjones-cisco kenjones-cisco force-pushed the bugfix/2544 branch 3 times, most recently from 689072f to fdc9b21 Compare March 25, 2021 20:31
@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #2548 (e5b1301) into master (9d491a1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2548   +/-   ##
=======================================
  Coverage   81.56%   81.56%           
=======================================
  Files          54       54           
  Lines        8451     8451           
=======================================
  Hits         6893     6893           
  Misses       1060     1060           
  Partials      498      498           

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 9d491a1...e5b1301. Read the comment docs.

Fixes the handling of response headers that have custom formatters
where the header is not nullable to deal with the results from
`UnmarshalText` of any strfmt type.

resolves go-swagger#2544

Signed-off-by: kenjones <kenjones@cisco.com>
@casualjim casualjim merged commit c8e502a into go-swagger:master Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Client Headers in response panic
2 participants