New issue
Advanced search Search tips

Issue 595412 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

MockTCPClientSocket::GetPeerAddress returns an (incorrect) fixed address.

Project Member Reported by mmenke@chromium.org, Mar 16 2016

Issue description

MockTCPClientSocket tracks the address it's created with in its addresses_ field.  Bizarrely, MockSSLClientSocket::GetPeerAddress does not actually return one of those addresses, but instead returns a fixed magical address.  We should change behavior here, and fix all tests that depend on the current code.
 

Comment 1 by mmenke@chromium.org, Mar 18 2016

Status: WontFix (was: Available)
Actually, this looks correct to me, it's MockClientSocket::GetPeerAddress that does this.

Sign in to add a comment