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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Nodejs version 0.12.3
Windows 7 and Windows 2012 x64
For our application we need a https or spdy server which can be restarted using a path on the filesystem. On the first call to open() this functions OK, however on the second call it often crashes nodejs. The crash occurs in
Nodejs version 0.12.3
Windows 7 and Windows 2012 x64
For our application we need a https or spdy server which can be restarted using a path on the filesystem. On the first call to open() this functions OK, however on the second call it often crashes nodejs. The crash occurs in
https://github.com/joyent/node/blob/master/src/stream_wrap.cc
on line 492. The variable wrap = NULL.
We have tried this with https as well as with spdy.
Code: