-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Node 0.11 error on etag #63
Comments
This is not a bug here, it is a bug with |
Link to graceful-fs bug: isaacs/node-graceful-fs#31 |
Thanks for clarifying. |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node 0.11 and
send
throws an error:The reason seems to be that
fs.stat
doesn't returninstanceof fs.Stats
asetag
expects.I added a log to
SendStream#sendIndex
:It outputs false.
etag
is expecting aStats
instance:https://github.com/jshttp/etag/blob/master/index.js#L44
Works on 0.10.
The text was updated successfully, but these errors were encountered: