Skip to content

Commit

Permalink
remove multiline comment issue when building ingress image
Browse files Browse the repository at this point in the history
  • Loading branch information
Taymindis committed Mar 27, 2022
1 parent 8217a50 commit ae9cb21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ngx_http_if_request_body_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@ ngx_http_if_request_body_filter(ngx_http_request_t *r) {
req_body.data = b->pos;
req_body.len = len;
}
// ngx_log_error(NGX_LOG_DEBUG, r->connection->log, 0, "request_line=%V \n \
// uri is %V\n \
// args is %V\n \
// extern is %V\n \
// unparsed_uri is %V\n \
// body size is %zu", &r->request_line, &r->uri, &r->args, &r->exten, &r->unparsed_uri, len);
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"checking body : | %V |", &req_body);

Expand Down

0 comments on commit ae9cb21

Please sign in to comment.