mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 08:27:35 +08:00
refactor: replace gadb with optimized version authoried by @appl3s
This commit is contained in:
@@ -250,5 +250,6 @@ func (sync syncTransport) Close() (err error) {
|
||||
if sync.sock == nil {
|
||||
return nil
|
||||
}
|
||||
_ = DisableTimeWait(sync.sock.(*net.TCPConn))
|
||||
return sync.sock.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user