mirror of https://github.com/v2ray/v2ray-core
parent
fe0f32e0f1
commit
90ab42b1cb
|
@ -182,9 +182,8 @@ func (c *interConn) Write(b []byte) (int, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *interConn) Close() error {
|
func (c *interConn) Close() error {
|
||||||
c.stream.CancelRead(1)
|
c.stream.CancelRead(0x00)
|
||||||
c.stream.CancelWrite(1)
|
return c.stream.Close()
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *interConn) LocalAddr() net.Addr {
|
func (c *interConn) LocalAddr() net.Addr {
|
||||||
|
|
Loading…
Reference in New Issue