mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-25 21:49:09 -04:00
cleanup buffer usage
This commit is contained in:
@@ -28,7 +28,7 @@ func (r *CryptionReader) Read(data []byte) (int, error) {
|
||||
}
|
||||
|
||||
var (
|
||||
_ buf.MultiBufferWriter = (*CryptionWriter)(nil)
|
||||
_ buf.Writer = (*CryptionWriter)(nil)
|
||||
)
|
||||
|
||||
type CryptionWriter struct {
|
||||
|
||||
Reference in New Issue
Block a user