Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api.c/api.h mistmatch for __wasm__ block #559

Open
kapouer opened this issue Dec 10, 2024 · 0 comments
Open

api.c/api.h mistmatch for __wasm__ block #559

kapouer opened this issue Dec 10, 2024 · 0 comments

Comments

@kapouer
Copy link

kapouer commented Dec 10, 2024

Hi,

llhttp/src/native/api.c

Lines 69 to 70 in 8371b40

wasm_on_headers_complete_wrap,
wasm_on_body,

doesn't match

llhttp/src/native/api.h

Lines 34 to 35 in 8371b40

llhttp_data_cb on_chunk_extension_name;
llhttp_data_cb on_chunk_extension_value;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant