gtaban
gtaban
Based on comments from @helje5: Don't do port: 0, should raise an error. Do port: nil for kernel assigned, or a real port
Determine the lifecycle of the HTTP server. Refer to the discussions from #82 for history. An initial idea discussed in that PR is: > - init: sets up the server...
From @helje5: https://github.com/swift-server/http/pull/81#issuecomment-342630664 An open question is, do we want to support multiple binds? I tend to say yes. This would modify the structure of the server a little. (the...
From comments by @helje5 in #81 `Port` is insufficient. We need to allow an (or many!) arbitrary `sockaddr_in` (either via sockaddr_in or a wrapper). If only to allow IPv6 and...