You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull #9 added support for serving via https. Great!
It also broke support for node 8.x and below (both 8 and 6 are LTS).
In v10, http.createServer() got an optional first argument of
an options object. Previous versions don't support that optional first
arg and thus ignore the second arg. This leaves them with no function
to handle requests and thus they stall all requests forever.
0 commit comments