When this repo is built, the generated llhttp.c file contains unused llparse_blobs; at present llparse_blob1[], llparse_blob7[], llparse_blob9[], and llparse_blob10[] are unused.
This causes compilation failures in Electron.js, since we do not allow unused variables. I'm happy to open a PR to address this myself if i can be pointed in the right direction!
When this repo is built, the generated
llhttp.c
file contains unusedllparse_blob
s; at presentllparse_blob1[]
,llparse_blob7[]
,llparse_blob9[]
, andllparse_blob10[]
are unused.This causes compilation failures in Electron.js, since we do not allow unused variables. I'm happy to open a PR to address this myself if i can be pointed in the right direction!
cc @indutny