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

Change `port` from uint16_t to uint32_t, to support VSOCK #457

Closed graebm closed 11 months ago

graebm commented 11 months ago

Issue: https://github.com/awslabs/aws-c-io/issues/576

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

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2f07551) 79.52% compared to head (5ca0932) 79.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #457 +/- ## ========================================== - Coverage 79.52% 79.50% -0.03% ========================================== Files 27 27 Lines 11573 11574 +1 ========================================== - Hits 9204 9202 -2 - Misses 2369 2372 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.