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

uv_fs_close on an unexisting stream doesn't return an error #36

Open
csaoh opened this issue Feb 13, 2013 · 0 comments
Open

uv_fs_close on an unexisting stream doesn't return an error #36

csaoh opened this issue Feb 13, 2013 · 0 comments
Labels

Comments

@csaoh
Copy link
Contributor

csaoh commented Feb 13, 2013

Looks like uv_fs_close always returns the initial stream, even when this stream doesn't exist and close fails.

For example,

uv_fs_close($loop, 42, function ($result){});

returns 42

uv_fs_close($loop, 0, function ($result){});

returns 0, and so on.

steverhoades added a commit to steverhoades/php-uv that referenced this issue Nov 10, 2014
steverhoades added a commit to steverhoades/php-uv that referenced this issue Nov 10, 2014
steverhoades added a commit to steverhoades/php-uv that referenced this issue Nov 14, 2014
…ainfiles or php related streams resolving a SIGABRT as epoll doesn't support those stream types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant