commit | 9f256d4d85f2b9c79b0d4f28a27731260eefa1b2 | [log] [tgz] |
---|---|---|
author | Lukas Tribus <luky-37@hotmail.com> | Tue Jan 26 20:33:14 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 26 21:11:51 2016 +0100 |
tree | fa59afffcd7e1836ebf2ddffef2a85206ac99834 | |
parent | 79c1e912bb79680b072ce85fa7a0557187955b67 [diff] |
MINOR: unix: don't mention free ports on EAGAIN When a connect() to a unix socket returns EAGAIN we talk about "no free ports" in the error/debug message, which only makes sense when using TCP. Explain connect() failure and suggest troubleshooting server backlog size.