mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
nginx: cosmetics: Splits lines longer than 80 characters
This commit is contained in:
@@ -652,7 +652,8 @@ ngx_http_modsecurity_save_request_body(ngx_http_request_t *r)
|
|||||||
ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
|
ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR);
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O", content_length) - str->data;
|
str->len = ngx_snprintf(str->data, NGX_OFF_T_LEN, "%O",
|
||||||
|
content_length) - str->data;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user