mirror of
https://github.com/nginx/nginx.git
synced 2025-06-14 23:20:40 +08:00
Updated link to OpenVZ suspend/resume bug.
This commit is contained in:
parent
641368249c
commit
9c7a2c7ce4
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user