-
Notifications
You must be signed in to change notification settings - Fork 32
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
Reason for seeing "request socket closed" warnings? #21
Comments
I am seeing these warnings as well Node: 10.2.1 |
Downgrading to Node 8.9.4 seems to disappear the warning. I will continue to investigate |
Is the root cause |
So if that's the correct behavior for the 'close' event to be emitted always, perhaps this log shouldn't be a |
@ksmithut In my opinion it should no longer be logged at all, as a |
@msmol I would agree, I should have looked at the existing PRs 👍 |
I opened that PR 2 weeks ago now, and no sign of any activity from the project owner 🤔 |
Merged the pull request, so closing this. |
Hello, we are seeing "request socket closed" warnings coming from
bunyan-middleware/index.js
Line 128 in cea8b31
However, I am ignorant as to what I'm doing wrong to create that scenario. Anything simple or obvious?
The text was updated successfully, but these errors were encountered: