awslabs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type.
Apache License 2.0
33 stars 47 forks source link

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

Closed graebm closed 9 months ago

graebm commented 9 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.