[nginx] Updated link to OpenVZ suspend/resume bug.

Sergey Kandaurov pluknet at nginx.com
Fri Dec 23 16:00:29 UTC 2022


details:   https://hg.nginx.org/nginx/rev/07b0bee87f32
branches:  
changeset: 8118:07b0bee87f32
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Wed Dec 21 14:53:27 2022 +0300
description:
Updated link to OpenVZ suspend/resume bug.

diffstat:

 src/core/ngx_connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2af1287d2da7 -r 07b0bee87f32 src/core/ngx_connection.c
--- a/src/core/ngx_connection.c	Sun Dec 18 21:29:02 2022 +0300
+++ b/src/core/ngx_connection.c	Wed Dec 21 14:53:27 2022 +0300
@@ -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) {


More information about the nginx-devel mailing list