| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [ ] a code change that improves performance * [ ] other ### Current behavior Currently you can't attach a https server to the socket.io instance. You would first need to cast it to any and then to http.Server if you want to use it ### New behavior Socket.io should now also accept https.Server ### Other information (e.g. related issues)
| Back | FazBrowse Home | New Git URL |
The kind of change this PR does introduce
Current behavior
Currently you can't attach a https server to the socket.io instance. You would first need to cast it to any and then to http.Server if you want to use it
New behavior
Socket.io should now also accept https.Server
Other information (e.g. related issues)