mirror of https://github.com/v2ray/v2ray-core
parent
1f99b769ba
commit
1732d33ba9
|
@ -77,6 +77,9 @@ func (this *Stream) Write(data *alloc.Buffer) error {
|
|||
}
|
||||
this.access.RLock()
|
||||
defer this.access.RUnlock()
|
||||
if this.closed {
|
||||
return io.EOF
|
||||
}
|
||||
if this.buffer == nil {
|
||||
return io.EOF
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue