mirror of https://github.com/v2ray/v2ray-core
use NewAuthenticationResponse instead of struct{}
parent
d18d3db4b5
commit
8f93612dec
|
@ -40,10 +40,7 @@ func TestAuthenticationRequestRead(t *testing.T) {
|
|||
func TestAuthenticationResponseWrite(t *testing.T) {
|
||||
assert := unit.Assert(t)
|
||||
|
||||
response := Socks5AuthenticationResponse{
|
||||
version: socksVersion,
|
||||
authMethod: byte(0x05),
|
||||
}
|
||||
response := NewAuthenticationResponse(byte(0x05))
|
||||
|
||||
buffer := bytes.NewBuffer(make([]byte, 0, 10))
|
||||
WriteAuthentication(buffer, &response)
|
||||
|
|
Loading…
Reference in New Issue