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

refactor http parser implementation in http_inspector #36430

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vamshi177
Copy link

@vamshi177 vamshi177 commented Oct 3, 2024

Commit Message: refactor http parser implementation in http_inspector
Additional Description:
This update replaces the usage of the legacy http_parser in http_inspector with the LegacyHttpParserImpl as the first step in transitioning to the Balsa parser (part of #36433). The Parser interface is used with LegacyHttpParserImpl to preserve the current behaviour of http_parser.

Risk Level: Low (no behavioural change)
Testing: All the http_inspector tests have passed (bazel test //test/extensions/filters/listener/http_inspector/...)

Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

Copy link

Hi @vamshi177, welcome and thank you for your contribution.

We will try to review your Pull Request as quickly as possible.

In the meantime, please take a look at the contribution guidelines if you have not done so already.

🐱

Caused by: #36430 was opened by vamshi177.

see: more, trace.

Signed-off-by: G Vamshi Krishna Reddy <vamshikrishna.gunreddy@gmail.com>
@vamshi177 vamshi177 changed the title Replace http_parser with LegayParserImpl in http_inspector replace http_parser with LegayParserImpl in http_inspector Oct 3, 2024
@vamshi177 vamshi177 changed the title replace http_parser with LegayParserImpl in http_inspector replace http_parser with LegacyParserImpl in http_inspector Oct 3, 2024
@vamshi177 vamshi177 marked this pull request as draft October 3, 2024 14:18
@vamshi177 vamshi177 marked this pull request as ready for review October 4, 2024 06:31
@vamshi177 vamshi177 changed the title replace http_parser with LegacyParserImpl in http_inspector refactor http parser implementation in http_inspector Oct 4, 2024
Signed-off-by: G Vamshi Krishna Reddy <vamshikrishna.gunreddy@gmail.com>
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.

1 participant