commit | ce06486edab01d21e833c17e8651c7138c1b9c3d | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Tue Mar 03 17:48:57 2015 +0300 |
committer | Valentin Bartenev <vbart@nginx.com> | Tue Mar 03 17:48:57 2015 +0300 |
tree | 318ec49377d5ad914bc4858db59b93030545cbd4 | |
parent | 1bbe9e44d18de61756a33cc3e997e808ae61edce [diff] |
Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK). Keeping the ready flag in this case might results in missing notification of broken connection until nginx tried to use it again. While there, stale comment about stale event was removed since this function is also can be called directly.