-
Notifications
You must be signed in to change notification settings - Fork 3
feat(spoe): Migrate implementation to dropmorepackets/haproxy-go #138
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
LaurenceJJones
merged 17 commits into
main
from
feat/migrate-to-dropmorepackets-haproxy-go
Jan 12, 2026
Merged
Changes from 3 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c43c867
Migrate SPOE implementation to dropmorepackets/haproxy-go
LaurenceJJones 024eb70
Fix linter issues
LaurenceJJones 3917cd1
fix(spoe): address Copilot PR review comments
LaurenceJJones 8cb3212
fix(spoe): remove unused error variables
LaurenceJJones 1426965
refactor(spoe): add reset() method to IPMessageData for consistency
LaurenceJJones fcb7dc4
perf(spoe): optimize readHeaders to avoid full byte slice to string c…
LaurenceJJones c40999c
perf(spoe): use bytes.SplitSeq for more efficient header parsing
LaurenceJJones c5aae82
fix(spoe): address memory safety and code quality issues
LaurenceJJones c58ae76
refactor(SPOE): use message groups (#141)
LaurenceJJones 37012a2
Merge main into feat/migrate-to-dropmorepackets-haproxy-go
LaurenceJJones 280ed7a
refactor(spoa): clean up and simplify SPOA functions
LaurenceJJones 5421eb9
perf(spoa): remove redundant reset() calls after pool Get()
LaurenceJJones 0dcb763
refactor: use ptr.Of and extract host/cookie from headers
LaurenceJJones 374fde2
config: increase buffer size and timeouts for WAF body inspection
LaurenceJJones c17be62
feat: improve HAProxy buffer config and add debug tooling
LaurenceJJones 225a912
perf: remove unnecessary body copy for AppSec requests
LaurenceJJones 3e955ab
refactor: simplify AppSec config logic and fix metrics counting
LaurenceJJones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.