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 a bug in parsing headers #9

Merged
merged 1 commit into from
Sep 3, 2017
Merged

fix a bug in parsing headers #9

merged 1 commit into from
Sep 3, 2017

Conversation

lukazh
Copy link
Contributor

@lukazh lukazh commented Jul 10, 2017

Use Split's overload in case there are colons in the value part.

Use Split's overload in case there are colons in the value part.
@codecov
Copy link

codecov bot commented Jul 10, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
  Coverage   48.86%   48.86%           
=======================================
  Files          17       17           
  Lines         661      661           
  Branches       55       55           
=======================================
  Hits          323      323           
  Misses        327      327           
  Partials       11       11
Impacted Files Coverage Δ
...rc/NETStandard.HttpListener/HttpListenerHeaders.cs 58.62% <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 b55e76d...2a19f43. Read the comment docs.

@StefH StefH self-assigned this Jul 10, 2017
@StefH StefH merged commit 9c7d476 into StefH:master Sep 3, 2017
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.

None yet

2 participants