Welcome! Log In Create A New Profile

Advanced

[njs] Fetch: fixed typo in debug level.

Dmitry Volyntsev
March 03, 2023 09:52PM
details: https://hg.nginx.org/njs/rev/163229f0c552
branches:
changeset: 2062:163229f0c552
user: Dmitry Volyntsev <xeioex@nginx.com>
date: Fri Mar 03 17:49:10 2023 -0800
description:
Fetch: fixed typo in debug level.

diffstat:

nginx/ngx_js_fetch.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 700f267bd903 -r 163229f0c552 nginx/ngx_js_fetch.c
--- a/nginx/ngx_js_fetch.c Wed Mar 01 21:38:09 2023 -0800
+++ b/nginx/ngx_js_fetch.c Fri Mar 03 17:49:10 2023 -0800
@@ -1351,7 +1351,7 @@ failed:
static void
ngx_js_http_close_connection(ngx_connection_t *c)
{
- ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
+ ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
"close js http connection: %d", c->fd);

#if (NGX_SSL)
@@ -1665,7 +1665,7 @@ ngx_js_http_ssl_name(ngx_js_http_t *http

name->data = p;

- ngx_log_debug1(NGX_LOG_DEBUG_HTTP, http->log, 0,
+ ngx_log_debug1(NGX_LOG_DEBUG_EVENT, http->log, 0,
"js http SSL server name: \"%s\"", name->data);

if (SSL_set_tlsext_host_name(http->peer.connection->ssl->connection,
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Fetch: fixed typo in debug level.

Dmitry Volyntsev 382 March 03, 2023 09:52PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 158
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready