diff src/core/ngx_connection.c @ 9061:af5adec171b4 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 02 Jan 2023 17:10:22 +0400
parents c2f5d79cde64 07b0bee87f32
children afebde21cb32
line wrap: on
line diff
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -656,7 +656,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) {