-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various optimization and API polishing (#51)
* feat: optimize auto options and method not allowed memory allocation * feat: make EnableFullDuplex part of the ResponseWrite api. * feat: improve .gitignore * feat: move to rand/v2 * feat: prevent denial of service on adversary Xff of Fwd header line. * feat: prevent denial of service on adversary Xff of Fwd header line. * feat: improve ip strategy performance * feat: improve test coverage for clientip strategy * feat: improve test coverage for clientip strategy * feat: better naming for system options * feat: rename ClientIPStrategy to ClientIPResolver * feat: rename ClientIPStrategy to ClientIPResolver
- Loading branch information
1 parent
7034888
commit 4c60ec0
Showing
20 changed files
with
614 additions
and
292 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
.idea | ||
.prof | ||
.test | ||
*.prof | ||
*.test | ||
*.out | ||
go.work | ||
go.work.sum | ||
go.work.sum | ||
qodana.yaml | ||
new.txt | ||
old.txt |
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.