Closed chriso closed 1 year ago
In https://github.com/stealthrocket/wasi-go/pull/37, SockConnect was updated to return the local address that the connection was made from.
SockConnect
This PR fixes the unix implementation to do that, and to correctly handle EINPROGRESS errors.
EINPROGRESS
In https://github.com/stealthrocket/wasi-go/pull/37,
SockConnect
was updated to return the local address that the connection was made from.This PR fixes the unix implementation to do that, and to correctly handle
EINPROGRESS
errors.