Skip to content

Commit

Permalink
Fix: revert temporary debugging change
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Jun 10, 2024
1 parent 4ab1326 commit 56bf773
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions psiphon/common/inproxy/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ func (conn *ClientConn) LocalAddr() net.Addr {
}

func (conn *ClientConn) RemoteAddr() net.Addr {

// *TEMP*
return nil

// Do not return conn.webRTCConn.RemoteAddr(), which is always nil.
return conn.remoteAddr
}
Expand Down

0 comments on commit 56bf773

Please sign in to comment.