gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module
https://httpretty.readthedocs.org
MIT License
2.11k stars 276 forks source link

Multiple instances of same header #434

Open gabrielfalcao opened 3 years ago

gabrielfalcao commented 3 years ago

This PR is an attempt to reproduce bug #399

codecov[bot] commented 3 years ago

Codecov Report

Merging #434 (2bb69ae) into master (5d79525) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   81.94%   81.94%           
=======================================
  Files           7        7           
  Lines        1113     1113           
  Branches      159      159           
=======================================
  Hits          912      912           
  Misses        147      147           
  Partials       54       54           

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 5d79525...2bb69ae. Read the comment docs.