Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed May 12, 2021
1 parent 88ce970 commit 2ce4a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/llhttp/src/llhttp.c
Expand Up @@ -1102,7 +1102,7 @@ static llparse_state_t llhttp__internal__run(
}
case s_n_llhttp__internal__n_consume_content_length:
s_n_llhttp__internal__n_consume_content_length: {
uint64_t avail;
size_t avail;
uint64_t need;

avail = endp - p;
Expand Down Expand Up @@ -1457,7 +1457,7 @@ static llparse_state_t llhttp__internal__run(
}
case s_n_llhttp__internal__n_consume_content_length_1:
s_n_llhttp__internal__n_consume_content_length_1: {
uint64_t avail;
size_t avail;
uint64_t need;

avail = endp - p;
Expand Down Expand Up @@ -8676,7 +8676,7 @@ static llparse_state_t llhttp__internal__run(
}
case s_n_llhttp__internal__n_consume_content_length:
s_n_llhttp__internal__n_consume_content_length: {
uint64_t avail;
size_t avail;
uint64_t need;

avail = endp - p;
Expand Down Expand Up @@ -9024,7 +9024,7 @@ static llparse_state_t llhttp__internal__run(
}
case s_n_llhttp__internal__n_consume_content_length_1:
s_n_llhttp__internal__n_consume_content_length_1: {
uint64_t avail;
size_t avail;
uint64_t need;

avail = endp - p;
Expand Down
Binary file modified lib/llhttp/llhttp.wasm
Binary file not shown.
Binary file modified lib/llhttp/llhttp_simd.wasm
Binary file not shown.

0 comments on commit 2ce4a92

Please sign in to comment.