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

Update dependencies #2596

Merged
merged 3 commits into from
May 10, 2024
Merged

Update dependencies #2596

merged 3 commits into from
May 10, 2024

Conversation

jonatanklosko
Copy link
Member

Will also update to LV 1.0rc later.

http_1_options: [max_header_length: 32768],
http_2_options: [max_header_value_length: 32768]
http_1_options: [max_header_length: 32768]
Copy link
Member Author

Choose a reason for hiding this comment

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

For http2 max_header_value_length has been removed, now there is a different option:

  * `max_header_block_size`: The maximum permitted length of a field block of an HTTP/2 request
    (expressed as the number of compressed bytes). Includes any concatenated block fragments from
    continuation frames. Defaults to 50_000 bytes

And we should be good with the default value?

Copy link

github-actions bot commented May 10, 2024

Uffizzi Preview deployment-51573 was deleted.

@jonatanklosko jonatanklosko merged commit f0cd47d into main May 10, 2024
8 checks passed
@jonatanklosko jonatanklosko deleted the jk-deps branch May 10, 2024 14:42
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.

None yet

1 participant