Skip to content

Commit ae9cb21

Browse files
committed
remove multiline comment issue when building ingress image
1 parent 8217a50 commit ae9cb21

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ngx_http_if_request_body_module.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,6 @@ ngx_http_if_request_body_filter(ngx_http_request_t *r) {
218218
req_body.data = b->pos;
219219
req_body.len = len;
220220
}
221-
// ngx_log_error(NGX_LOG_DEBUG, r->connection->log, 0, "request_line=%V \n \
222-
// uri is %V\n \
223-
// args is %V\n \
224-
// extern is %V\n \
225-
// unparsed_uri is %V\n \
226-
// body size is %zu", &r->request_line, &r->uri, &r->args, &r->exten, &r->unparsed_uri, len);
227221
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
228222
"checking body : | %V |", &req_body);
229223

0 commit comments

Comments
 (0)