Disconnecting client with error: client socket write error: Broken pipe - passenger 5.0.2
Asked Answered
A

1

6

When I start Phusion Passenger Standalone web server (version 5.0.2), I see the following error in the log (even though everything works fine otherwise):

ServerKit/Server.h:892 ]: [Client 1-1] Disconnecting client with error: client socket write error: Broken pipe (errno=32)

Any idea what might be causing it?

Note: I start the server with foreman start and I stop it with control-c.

Attar answered 10/3, 2015 at 22:4 Comment(2)
Here is official discussion of this problem.Rellia
Thanks - Google had not yet seen it, as it was posted only 7 hours ago, and I did not think to check GitHub.Attar
C
17

Passenger author here. Actually, the issue maxd linked to has got nothing to do with it.

The "Disconnecting client with error: client socket write error: Broken pipe" is a harmless informational message. It's quite normal, but I forgot to give it a lower logging level. I will do that in the next release. You can safely ignore this message. Nothing bad is going on.

Cardew answered 12/3, 2015 at 8:3 Comment(1)
Thank you for taking the time to check SO. And thank you so much for passenger!Attar

© 2022 - 2024 — McMap. All rights reserved.