]> git.kaiwu.me - nginx.git/commitdiff
HTTP/2: style.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 14 Feb 2018 23:34:16 +0000 (02:34 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 14 Feb 2018 23:34:16 +0000 (02:34 +0300)
src/http/v2/ngx_http_v2.c
src/http/v2/ngx_http_v2_filter_module.c

index 0ee390d511ef8e7faaf44ffaec40795a1f554e68..494026fce8de31a882a30c5ed7d58bf45690f0fb 100644 (file)
@@ -3862,8 +3862,8 @@ ngx_http_v2_process_request_body(ngx_http_request_t *r, u_char *pos,
         } 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;
             }
index 55e3ca94a80208d11edb7b4a07bb412339bd8632..8dba301bcf7efd0c3489f1b469d0686d0e5a24d3 100644 (file)
@@ -929,8 +929,8 @@ ngx_http_v2_push_resource(ngx_http_request_t *r, ngx_str_t *path,
     }
 
     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;