mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Updated link to OpenVZ suspend/resume bug.
This commit is contained in:
@@ -660,7 +660,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle)
|
|||||||
/*
|
/*
|
||||||
* on OpenVZ after suspend/resume EADDRINUSE
|
* on OpenVZ after suspend/resume EADDRINUSE
|
||||||
* may be returned by listen() instead of bind(), see
|
* may be returned by listen() instead of bind(), see
|
||||||
* https://bugzilla.openvz.org/show_bug.cgi?id=2470
|
* https://bugs.openvz.org/browse/OVZ-5587
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (err != NGX_EADDRINUSE || !ngx_test_config) {
|
if (err != NGX_EADDRINUSE || !ngx_test_config) {
|
||||||
|
|||||||
Reference in New Issue
Block a user