Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stable-1.28 #647

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

Merged
merged 4 commits into from
Apr 23, 2025
Merged

stable-1.28 #647

merged 4 commits into from
Apr 23, 2025

Conversation

pluknet
Copy link
Contributor

@pluknet pluknet commented Apr 22, 2025

No description provided.

pluknet and others added 3 commits April 22, 2025 18:11
After fixing ngx_http_v3_encode_varlen_int() in 400eb1b,
NGX_HTTP_V3_VARLEN_INT_LEN retained the old value of 4, which is
insufficient for the values over 1073741823 (1G - 1).

The NGX_HTTP_V3_VARLEN_INT_LEN macro is used in ngx_http_v3_uni.c to
format stream and frame types.  Old buffer size is enough for formatting
this data.  Also, the macro is used in ngx_http_v3_filter_module.c to
format output chunks and trailers.  Considering output_buffers and
proxy_buffer_size are below 1G in all realistic scenarios, the old buffer
size is enough here as well.
@pluknet pluknet requested a review from arut April 22, 2025 16:13
Copy link
Contributor

@arut arut left a comment

Choose a reason for hiding this comment

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

Awesome.

@pluknet pluknet merged commit 481d28c into nginx:stable-1.28 Apr 23, 2025
1 check passed
@pluknet pluknet deleted the stable-1.28 branch April 23, 2025 11:50
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