mirror of https://github.com/v2ray/v2ray-core
save some goroutines
parent
65a49e7fa0
commit
ed780951aa
|
@ -44,7 +44,7 @@ func (this *BufferedSegmentWriter) Write(seg Segment) {
|
|||
}
|
||||
|
||||
func (this *BufferedSegmentWriter) FlushWithoutLock() {
|
||||
go this.writer.Write(this.buffer)
|
||||
this.writer.Write(this.buffer)
|
||||
this.buffer = nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue