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

LVPN-7288: Fix HTTP/3 error detection in long responses #790

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

bartoszWojciechO
Copy link
Contributor

No description provided.

Copy link
Contributor

@mariusSincovici mariusSincovici left a comment

Choose a reason for hiding this comment

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

Do you know

envHTTPTransportsKey = "HTTP_TRANSPORTS"
)

// SetBufferSizeForHTTP3 increase receive buffer size to roughly 7.5 MB, as recommended for quic-go library.
// see: https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size
func SetBufferSizeForHTTP3() error {
Copy link
Contributor

Choose a reason for hiding this comment

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

this was before like this, but if the user configured a bigger value for this then we change it to this.
Maybe create a separate ticket for this to only make this change if the buffer size is smaller?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added a ticket.

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.

3 participants