mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
nghttpx: Log when backend group is shared
This commit is contained in:
@@ -181,6 +181,10 @@ Worker::Worker(struct ev_loop *loop, SSL_CTX *sv_ssl_ctx, SSL_CTX *cl_ssl_ctx,
|
|||||||
if (it == end) {
|
if (it == end) {
|
||||||
dst.shared_addr = shared_addr;
|
dst.shared_addr = shared_addr;
|
||||||
} else {
|
} else {
|
||||||
|
if (LOG_ENABLED(INFO)) {
|
||||||
|
LOG(INFO) << dst.pattern << " shares the same backend group with "
|
||||||
|
<< (*it).pattern;
|
||||||
|
}
|
||||||
dst.shared_addr = (*it).shared_addr;
|
dst.shared_addr = (*it).shared_addr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user