diff src/core/ngx_connection.c @ 8118:07b0bee87f32

Updated link to OpenVZ suspend/resume bug.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Dec 2022 14:53:27 +0300
parents 46815874bcc6
children af5adec171b4
line wrap: on
line diff
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -660,7 +660,7 @@ ngx_open_listening_sockets(ngx_cycle_t *
                 /*
                  * on OpenVZ after suspend/resume EADDRINUSE
                  * 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) {