mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
feat: close connection after full processing
This commit is contained in:
parent
229ad7a95d
commit
9f533ac8b3
3 changed files with 36 additions and 8 deletions
1
go.mod
1
go.mod
|
@ -15,6 +15,7 @@ require (
|
|||
|
||||
require (
|
||||
github.com/google/btree v1.1.2 // indirect
|
||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
||||
golang.org/x/crypto v0.19.0 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
golang.org/x/sys v0.17.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue