forked from quic-go/quic-go
split the Session.Close(error) in Close() and CloseWithError(error)
This commit is contained in:
@@ -79,7 +79,7 @@ func init() {
|
||||
b.RecordValue("transfer rate [MB/s]", float64(dataLen)/1e6/runtime.Seconds())
|
||||
|
||||
ln.Close()
|
||||
sess.Close(nil)
|
||||
sess.Close()
|
||||
}, samples)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user