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

Set MaxInitialLineSize from maxInitialSizeKB config #2394

Merged
merged 1 commit into from
May 28, 2020

Conversation

koiuo
Copy link
Contributor

@koiuo koiuo commented May 27, 2020

MaxInitialLineSize parameter is not set from the config. This appears to
be a regression in 1.7.x

This commit adds test case to demonstrate the issue and a fix

Fixes #2393

Signed-off-by: Dmytro Kostiuchenko [email protected]

MaxInitialLineSize parameter is not set from the config. This appears to
be a regression in 1.7.x

This commit adds test case to demonstrate the issue and a fix

Fixes linkerd#2393

Signed-off-by: Dmytro Kostiuchenko <[email protected]>
Copy link
Member

@zaharidichev zaharidichev left a comment

Choose a reason for hiding this comment

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

thanks @edio That makes sense. Have you verfieid that this actually fixes the problem in question?

@koiuo
Copy link
Contributor Author

koiuo commented May 28, 2020

@zaharidichev , yes we have tested the change on our dev environments: linkerd is able to process requests with >4KiB initial line with this change as expected.

Copy link
Member

@zaharidichev zaharidichev left a comment

Choose a reason for hiding this comment

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

LGTM

@cpretzer cpretzer merged commit 265499f into linkerd:master May 28, 2020
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.

MaxInitialLineSize parameter is not set from maxInitialLineKB config value
4 participants