aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-07-26 18:56:04 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-07-26 18:56:04 -0700
commitd9cf78c267344eaee08e8429f2a27946c5e4f344 (patch)
treec4a6569016ca4fad65caec119ecf063370a0baee
parent84d7234f24fc3fb29de1b4aea9d36260acf4f01f (diff)
downloadbun-d9cf78c267344eaee08e8429f2a27946c5e4f344.tar.gz
bun-d9cf78c267344eaee08e8429f2a27946c5e4f344.tar.zst
bun-d9cf78c267344eaee08e8429f2a27946c5e4f344.zip
thats a mistake
Former-commit-id: eec8f5afcf955034572321adcef986c34de7431a
-rw-r--r--src/deps/picohttpparser.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/deps/picohttpparser.c b/src/deps/picohttpparser.c
index 690ded4ec..c762af9e8 100644
--- a/src/deps/picohttpparser.c
+++ b/src/deps/picohttpparser.c
@@ -90,8 +90,7 @@
CHECK_EOF(); \
} \
tok = tok_start; \
- toklen = buf - tok_start;
- \
+ toklen = buf - tok_start; \
} while (0)
static const char *token_char_map = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
@@ -663,4 +662,4 @@ int phr_decode_chunked_is_in_data(struct phr_chunked_decoder *decoder)
#undef CHECK_EOF
#undef EXPECT_CHAR
-#undef ADVANCE_TOKEN
+#undef ADVANCE_TOKEN \ No newline at end of file