Skip to content

Performance improvements #17

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

Merged
merged 12 commits into from
Aug 29, 2024
Merged

Performance improvements #17

merged 12 commits into from
Aug 29, 2024

Conversation

TheTeaCat
Copy link
Member

  • Updates the go shared lib to initialise the go middleware twice (once for request validation, once for response validation) and reuse them.
  • Implements passing through the request and response headers so they appear in logs
  • Removes hard-coded content-type of application/json so responses of other content-types can be validated
  • Removes a bunch of unused fields in the filter context & increases clang-format line length from 80 to 120.

@rileyfiretail rileyfiretail merged commit 3a2c39d into main Aug 29, 2024
1 check passed
@rileyfiretail rileyfiretail deleted the create-middleware-once branch August 29, 2024 12:53
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.

2 participants