mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
close connection without error
This commit is contained in:
parent
fe0f32e0f1
commit
90ab42b1cb
@ -182,9 +182,8 @@ func (c *interConn) Write(b []byte) (int, error) {
|
||||
}
|
||||
|
||||
func (c *interConn) Close() error {
|
||||
c.stream.CancelRead(1)
|
||||
c.stream.CancelWrite(1)
|
||||
return nil
|
||||
c.stream.CancelRead(0x00)
|
||||
return c.stream.Close()
|
||||
}
|
||||
|
||||
func (c *interConn) LocalAddr() net.Addr {
|
||||
|
Loading…
x
Reference in New Issue
Block a user