awslabs / aws-c-http

C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Apache License 2.0
136 stars 42 forks source link

Support for host resolution override per connection #434

Closed bretambrose closed 1 year ago

bretambrose commented 1 year ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 83.33% and project coverage change: -0.02 :warning:

Comparison is base (0600662) 80.17% compared to head (f2dd499) 80.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #434 +/- ## ========================================== - Coverage 80.17% 80.15% -0.02% ========================================== Files 27 27 Lines 11524 11530 +6 ========================================== + Hits 9239 9242 +3 - Misses 2285 2288 +3 ``` | [Impacted Files](https://codecov.io/gh/awslabs/aws-c-http/pull/434?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [source/proxy\_connection.c](https://codecov.io/gh/awslabs/aws-c-http/pull/434?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3Byb3h5X2Nvbm5lY3Rpb24uYw==) | `73.99% <75.00%> (+<0.01%)` | :arrow_up: | | [source/connection.c](https://codecov.io/gh/awslabs/aws-c-http/pull/434?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL2Nvbm5lY3Rpb24uYw==) | `80.12% <100.00%> (+0.04%)` | :arrow_up: | | [source/websocket\_bootstrap.c](https://codecov.io/gh/awslabs/aws-c-http/pull/434?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-c291cmNlL3dlYnNvY2tldF9ib290c3RyYXAuYw==) | `89.49% <100.00%> (+0.03%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/awslabs/aws-c-http/pull/434/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.