comparison src/http/modules/ngx_http_ssl_module.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 257b51c37c5a
children 3ef7bb882ad4
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
335 c = ngx_ssl_get_connection(ssl_conn); 335 c = ngx_ssl_get_connection(ssl_conn);
336 #endif 336 #endif
337 337
338 #if (NGX_DEBUG) 338 #if (NGX_DEBUG)
339 for (i = 0; i < inlen; i += in[i] + 1) { 339 for (i = 0; i < inlen; i += in[i] + 1) {
340 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, 340 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
341 "SSL ALPN supported by client: %*s", in[i], &in[i + 1]); 341 "SSL ALPN supported by client: %*s", in[i], &in[i + 1]);
342 } 342 }
343 #endif 343 #endif
344 344
345 #if (NGX_HTTP_V2) 345 #if (NGX_HTTP_V2)
346 hc = c->data; 346 hc = c->data;