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

Htp table optimizations/v3 #432

Closed
wants to merge 3 commits into from

Conversation

inashivb
Copy link
Member

Previous PR: #431

Changes since v2:

  • cleaner commit history

It is unnecessary to always fetch the element as it is only needed when
there is a match. Get the list item only when the key candidate matches
the key parameter and the element needs to be returned. This will ensure
lesser calls to htp_list_get fn.
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 22083

@catenacyber
Copy link
Contributor

Looks good to me globally, I wonder if we should just merge the CI changes in a separate PR first...

@inashivb
Copy link
Member Author

Looks good to me globally, I wonder if we should just merge the CI changes in a separate PR first...

Done. I'll rebase and resubmit this after #433 is merged.

@inashivb inashivb closed this Aug 15, 2024
@inashivb inashivb deleted the htp-table-optimizations/v3 branch August 15, 2024 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants