MockTCPClientSocket::GetPeerAddress returns an (incorrect) fixed address. |
|
Issue descriptionMockTCPClientSocket 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. |
|
►
Sign in to add a comment |
|
Comment 1 by mmenke@chromium.org
, Mar 18 2016