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

x.vweb, picoev: fix timeout event #20377

Merged
merged 3 commits into from
Jan 4, 2024
Merged

Conversation

Casper64
Copy link
Member

@Casper64 Casper64 commented Jan 3, 2024

fixes #20323

This pr adds a missing call to the raw callback in picoev on a timeout event.

When a timeout occurs x.vweb sends a HTTP 408 Request Timeout response.

This pr probably also fixes the flakiness issues in the large_payload_test.v, but I'll check that in some time

Copy link
Member

@spytheman spytheman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.

Co-authored-by: Delyan Angelov <delian66@gmail.com>
@spytheman spytheman merged commit 7c310a1 into vlang:master Jan 4, 2024
42 checks passed
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.

x.vweb missing response on Content-Length > body payload
2 participants