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
I didn't dig the issue deeply but seems node-fastcgi somehow has problem with next version of node. My app doesn't work with lighttpd fcgi support and it just hangs browser request. It has same issue locally. I bisect the issue with nvm and find out that the issue is with 0.11.8 to latest version, 0.11.14. BTW thanks for node-fastcgi which is very useful for me.
Hi! Sorry for the delay. I'm looking into this, if it's my package's fault I'll try to fix it. BTW, I'd like to know how are you using node-fastcgi. I developed it to run node applications on a shared hosting service, never tought it would get so much attention.
On libuv we reached to the conclusion that the regression is coming from libuv/libuv@0d435a5. I don't know if is possible to work around that locally but I think your insights on libuv also can be very useful.
I didn't dig the issue deeply but seems node-fastcgi somehow has problem with next version of node. My app doesn't work with lighttpd fcgi support and it just hangs browser request. It has same issue locally. I bisect the issue with nvm and find out that the issue is with 0.11.8 to latest version, 0.11.14. BTW thanks for node-fastcgi which is very useful for me.
Some useful links:
The text was updated successfully, but these errors were encountered: