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

Slightly more efficient header copying #1471

Merged
merged 1 commit into from Feb 17, 2023
Merged

Slightly more efficient header copying #1471

merged 1 commit into from Feb 17, 2023

Conversation

jguerra
Copy link
Contributor

@jguerra jguerra commented Feb 17, 2023

Implements more efficient header copying from netty->zuul. Backing lists are pre-sized, and an intermediate list object is avoided by using iteratorAsString() instead of req.headers().entries()

@jguerra jguerra merged commit 73354e3 into master Feb 17, 2023
@jguerra jguerra deleted the jg/header_copying branch February 17, 2023 19:59
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

3 participants