Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
59f21b3
refactor(fasthttphandler): Use sync.WaitGroup for better writer cleanup
grivera64 Sep 18, 2025
6c2101e
tests(fasthttphandler): Add resource recycling unit tests
grivera64 Sep 18, 2025
5312c11
refactor(fasthttphandler): Fix core logic and remove unnecessary mutexes
grivera64 Sep 18, 2025
df1f51e
tests(fasthttphandler): Remove ln.Close() statements
grivera64 Sep 18, 2025
0b76855
refactor(fasthttphandler): Respect golangci-lint
grivera64 Sep 18, 2025
cfeccbf
refactor(fasthttphandler): Respect golangci-lint
grivera64 Sep 18, 2025
864629c
refactor(fasthttpadaptor): Fix adaptor_test.go memory leak
grivera64 Sep 19, 2025
2c9a72d
refactor(fasthttphandler): Comment and modularize responseWriter and…
grivera64 Sep 19, 2025
065b350
refactor(fasthttphandler): Fix memory leak in adaptor_test.go
grivera64 Sep 19, 2025
f4bb3a7
refactor(fasthttphandler): Respect golangci-lint
grivera64 Sep 19, 2025
199a009
refactor(fasthttphandler): Update verbiage and doc comments
grivera64 Sep 19, 2025
09bdd43
refactor(fasthttphandler): Fix typo
grivera64 Sep 19, 2025
ab8a223
refactor(fasthttphandler): Add unit tests for responseWriter
grivera64 Sep 22, 2025
67ec2d2
refactor(fasthttphandler): Explicitly ignore unnecesary error checks …
grivera64 Sep 22, 2025
e6f007e
refactor(fasthttphandler): Remove unnecessary refactors
grivera64 Sep 30, 2025
1bdb072
refactor(fasthttphandler): Undo writer renaming
grivera64 Sep 30, 2025
031883d
refactor(fasthttphandler): Remove double allocate pipe (only allocate…
grivera64 Sep 30, 2025
9161d09
refactor(fasthttphandler): Revert acquire method name change
grivera64 Oct 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading