Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with node ≥ 0.11.8? #2

Closed
ebraminio opened this issue Jan 7, 2015 · 4 comments
Closed

Compatibility with node ≥ 0.11.8? #2

ebraminio opened this issue Jan 7, 2015 · 4 comments
Assignees

Comments

@ebraminio
Copy link

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:

@fbbdev
Copy link
Owner

fbbdev commented Jan 10, 2015

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.

@fbbdev fbbdev self-assigned this Jan 10, 2015
@ebraminio
Copy link
Author

Thank you. I have also some little tools that runs on a shared host like this one.

@ebraminio
Copy link
Author

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.

@fbbdev
Copy link
Owner

fbbdev commented Jan 12, 2015

That's definitely a libuv issue. I'm posting updates to libuv/libuv#124. Closing this, since I think there's no possible workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants