mafintosh / signalhub

Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
MIT License
667 stars 97 forks source link

remove opts argument to http.createServer #9

Closed seanewest closed 9 years ago

seanewest commented 9 years ago

https.createServer can take an opts parameter, but http.createServer cannot.

feross commented 9 years ago

You are correct. Good catch! Released as 4.2.2.