websocket-sharp
websocket-sharp copied to clipboard
Make HttpServer more consistent with WebSocketServer
This makes HttpServer more consistent with WebSocketServer by adding missing constructor overloads and properties.
- Adds constructor overloads enabling listening on specific IP addresses
- Adds a constructor to get listen parameters from a URL string
- Fixes a missing null check for
IPAddressparameters inWebSocketServer - Fixes an error that prevented
HttpServerfrom sending error messages (HttpConnection.cs)
Hello there, thanks for your pull request.
I plan to merge this manually by inches, adding some changes.
And when i merge your code, i will add a contributor info such as below. Is it okay?
/*
* Contributors:
* - Rohan Singh <[email protected]>
*/
Yes, that's fine. Thanks.
Any progress on this?
Not yet. Hold on please.