1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-10 15:55:32 -04:00

clean up code

This commit is contained in:
Agioi Theodoroi
2020-04-14 21:19:52 -04:00
committed by Kslr
parent 1432278c2c
commit bbd3988f3d
7 changed files with 3 additions and 15 deletions

View File

@@ -50,7 +50,6 @@ func ReadTCPSession(user *protocol.MemoryUser, reader io.Reader) (*protocol.Requ
return nil, nil, newError("failed to initialize decoding stream").Base(err).AtError()
}
br := &buf.BufferedReader{Reader: r}
reader = nil
authenticator := NewAuthenticator(HeaderKeyGenerator(account.Key, iv))
request := &protocol.RequestHeader{