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

wasm: Add data buffering for chunks #36411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juanmolle
Copy link
Contributor

Commit Message: wasm: Add data buffering for chunks

Additional Description:
In HTTP/2 connections, the last chunk, which contains the end_of_stream flag, is not used to call the Wasm callback. This fix addresses the issue by dumping the data into the buffer before calling the Wasm callback, ensuring that the data is now present.

Risk Level: Low
Testing: yes
Docs Changes: n/a
Release Notes: yes
Platform Specific Features: n/a

Fixes #35884

Signed-off-by: Juan Manuel Ollé <[email protected]>
@juanmolle
Copy link
Contributor Author

/retest

@mpwarres
Copy link
Contributor

mpwarres commented Oct 2, 2024

Ack. I am a bit overloaded at the moment but will review this evening.

@alyssawilk
Copy link
Contributor

@mpwarres ping?

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

Successfully merging this pull request may close these issues.

Response Body buffer is incomplete when using WASM extension and HTTP/2
4 participants