Welcome! Log In Create A New Profile

Advanced

[nginx] Style.

Maxim Dounin
September 22, 2015 10:12AM
details: http://hg.nginx.org/nginx/rev/cbb8c32f78b5
branches:
changeset: 6251:cbb8c32f78b5
user: Maxim Dounin <mdounin@mdounin.ru>
date: Tue Sep 22 17:09:50 2015 +0300
description:
Style.

diffstat:

src/http/v2/ngx_http_v2_filter_module.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c
--- a/src/http/v2/ngx_http_v2_filter_module.c
+++ b/src/http/v2/ngx_http_v2_filter_module.c
@@ -945,7 +945,8 @@ ngx_http_v2_filter_get_data_frame(ngx_ht
buf = cl->buf;

if (!buf->start) {
- buf->start = ngx_palloc(stream->request->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE);
+ buf->start = ngx_palloc(stream->request->pool,
+ NGX_HTTP_V2_FRAME_HEADER_SIZE);
if (buf->start == NULL) {
return NULL;
}

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

[nginx] Style.

Maxim Dounin 701 September 22, 2015 10:12AM



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

Online Users

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