Skip to content

Commit

Permalink
misc(http) minor fix in debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 13, 2024
1 parent 7a598ef commit 5743252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/ngx_http_wasm_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ngx_http_wasm_read_client_request_body(ngx_http_request_t *r,
&& rc != NGX_AGAIN)
{
r->main->count--;
dd("r->main->count--: %ld", r->main->count);
dd("r->main->count--: %d", r->main->count);
}

return rc;
Expand Down

0 comments on commit 5743252

Please sign in to comment.