Welcome! Log In Create A New Profile

Advanced

[nginx] HTTP/2: style.

Sergey Kandaurov
February 15, 2018 05:02AM
details: http://hg.nginx.org/nginx/rev/e44c297a6b95
branches:
changeset: 7204:e44c297a6b95
user: Sergey Kandaurov <pluknet@nginx.com>
date: Thu Feb 15 02:34:16 2018 +0300
description:
HTTP/2: style.

diffstat:

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

diffs (28 lines):

diff -r 8b0553239592 -r e44c297a6b95 src/http/v2/ngx_http_v2.c
--- a/src/http/v2/ngx_http_v2.c Fri Feb 09 23:20:08 2018 +0300
+++ b/src/http/v2/ngx_http_v2.c Thu Feb 15 02:34:16 2018 +0300
@@ -3862,8 +3862,8 @@ ngx_http_v2_process_request_body(ngx_htt
} else {
if (size > (size_t) (buf->end - buf->last)) {
ngx_log_error(NGX_LOG_INFO, fc->log, 0,
- "client intended to send body data "
- "larger than declared");
+ "client intended to send body data "
+ "larger than declared");

return NGX_HTTP_BAD_REQUEST;
}
diff -r 8b0553239592 -r e44c297a6b95 src/http/v2/ngx_http_v2_filter_module.c
--- a/src/http/v2/ngx_http_v2_filter_module.c Fri Feb 09 23:20:08 2018 +0300
+++ b/src/http/v2/ngx_http_v2_filter_module.c Thu Feb 15 02:34:16 2018 +0300
@@ -929,8 +929,8 @@ ngx_http_v2_push_resource(ngx_http_reque
}

ngx_log_debug2(NGX_LOG_DEBUG_HTTP, h2c->connection->log, 0,
- "http2 pushing:%ui limit:%ui",
- h2c->pushing, h2c->concurrent_pushes);
+ "http2 pushing:%ui limit:%ui",
+ h2c->pushing, h2c->concurrent_pushes);

if (h2c->pushing >= h2c->concurrent_pushes) {
return NGX_ABORT;
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] HTTP/2: style.

Sergey Kandaurov 498 February 15, 2018 05:02AM



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

Online Users

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