Skip to content

Commit f4ae9c6

Browse files
committed
Remove unnecessary value giving
1 parent fb678c5 commit f4ae9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_modsecurity_body_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ngx_http_modsecurity_body_filter(ngx_http_request_t *r, ngx_chain_t *in)
177177
copy_chain->buf = copy_buf;
178178
copy_chain->buf->last_buf = chain->buf->last_buf;
179179
copy_chain->next = NULL;
180-
chain->buf->pos = chain->buf->last;
180+
//chain->buf->pos = chain->buf->last;
181181
}
182182
else
183183
copy_chain = chain;

0 commit comments

Comments
 (0)