socketry / async-http

MIT License
298 stars 45 forks source link

Update body spec to use server context. #123

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

The server context ensures that a bound endpoint is used for the server, which avoids any race between creating the server and connecting with the client.

Types of Changes

Contribution