]> git.kaiwu.me - nginx.git/commitdiff
Updated link to OpenVZ suspend/resume bug.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 Dec 2022 11:53:27 +0000 (14:53 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 21 Dec 2022 11:53:27 +0000 (14:53 +0300)
src/core/ngx_connection.c

index fe729a78af57f70f9f18d25e8780d579ab2b4f69..36823451ae5984743a1f2b83d6baf6edaef5f159 100644 (file)
@@ -660,7 +660,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle)
                 /*
                  * 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) {