Welcome! Log In Create A New Profile

Advanced

[nginx] Stream: fixed build without stream_ssl_module (ticket #1032).

Vladimir Homutov
July 26, 2016 12:36PM
details: http://hg.nginx.org/nginx/rev/d43ee392e825
branches:
changeset: 6648:d43ee392e825
user: Vladimir Homutov <vl@nginx.com>
date: Tue Jul 26 19:34:12 2016 +0300
description:
Stream: fixed build without stream_ssl_module (ticket #1032).

diffstat:

src/stream/ngx_stream_proxy_module.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 0b4249f975eb -r d43ee392e825 src/stream/ngx_stream_proxy_module.c
--- a/src/stream/ngx_stream_proxy_module.c Tue Jul 26 19:07:18 2016 +0300
+++ b/src/stream/ngx_stream_proxy_module.c Tue Jul 26 19:34:12 2016 +0300
@@ -538,7 +538,7 @@ found:
return;
}

-#if (NGX_HTTP_SSL)
+#if (NGX_STREAM_SSL)
u->ssl_name = uscf->host;
#endif

@@ -1157,7 +1157,7 @@ ngx_stream_proxy_resolve_handler(ngx_res
u = s->upstream;
ur = u->resolved;

- ngx_log_debug0(NGX_LOG_DEBUG_HTTP, s->connection->log, 0,
+ ngx_log_debug0(NGX_LOG_DEBUG_STREAM, s->connection->log, 0,
"stream upstream resolve");

if (ctx->state) {

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Stream: fixed build without stream_ssl_module (ticket #1032).

Vladimir Homutov 451 July 26, 2016 12:36PM



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

Online Users

Guests: 146
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