mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-06 04:29:08 -04:00
chunk stream in vmess
This commit is contained in:
@@ -47,7 +47,7 @@ func (this *AdaptiveReader) Read() (*alloc.Buffer, error) {
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
alloc.Release(buffer)
|
||||
buffer.Release()
|
||||
return nil, err
|
||||
}
|
||||
return buffer, nil
|
||||
|
||||
Reference in New Issue
Block a user