comparison src/event/ngx_event_quic.c @ 8299:4ad7d4272cd5 quic

Style.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 01 Apr 2020 13:27:41 +0300
parents 32db41d603cd
children 23a2b5e7acc8
comparison
equal deleted inserted replaced
8298:64527245dbfe 8299:4ad7d4272cd5
1056 1056
1057 } else if (n == 1) { 1057 } else if (n == 1) {
1058 c->quic->state = NGX_QUIC_ST_APPLICATION; 1058 c->quic->state = NGX_QUIC_ST_APPLICATION;
1059 1059
1060 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, 1060 ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
1061 "quic ssl cipher: %s", SSL_get_cipher(ssl_conn)); 1061 "quic ssl cipher: %s", SSL_get_cipher(ssl_conn));
1062 1062
1063 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, 1063 ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
1064 "handshake completed successfully"); 1064 "handshake completed successfully");
1065 1065
1066 #if (NGX_QUIC_DRAFT_VERSION >= 27) 1066 #if (NGX_QUIC_DRAFT_VERSION >= 27)
1067 { 1067 {
1068 ngx_quic_frame_t *frame; 1068 ngx_quic_frame_t *frame;
1069 1069