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

Use Pattern.compile in Netty RequestWrapper #1163

Merged
merged 2 commits into from
Mar 1, 2023
Merged

Use Pattern.compile in Netty RequestWrapper #1163

merged 2 commits into from
Mar 1, 2023

Conversation

yuzawa-san
Copy link
Contributor

Before contributing, please read our contributing guidelines and code of conduct.

Overview

This makes the RequestWrapper more efficient since it does not have to compile the pattern each time.

Related Github Issue

N/A

Testing

The CI testing suite should pass.

Checks

[x] Are your contributions backwards compatible with relevant frameworks and APIs?
[ ] Does your code contain any breaking changes? Please describe.
[ ] Does your code introduce any new dependencies? Please describe.

@CLAassistant
Copy link

CLAassistant commented Feb 28, 2023

CLA assistant check
All committers have signed the CLA.

@meiao
Copy link
Contributor

meiao commented Mar 1, 2023

Tests passed on #1166

@meiao meiao merged commit 85f5c46 into newrelic:main Mar 1, 2023
@yuzawa-san yuzawa-san deleted the netty-pattern-compile branch March 8, 2023 22:19
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