Move address caching logic from AsyncSSLSocket to AsyncSocket.
authorKyle Nekritz <knekritz@fb.com>
Fri, 23 Jun 2017 22:51:53 +0000 (15:51 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Jun 2017 23:08:32 +0000 (16:08 -0700)
commit4c7a736d6529f22451a0ec965e093e7e318695e3
treede834810bdc2fb523d71b3daeb32be11dd8209eb
parentd71b7361e718b3ee9ed720ae65f6223dbb9823a1
Move address caching logic from AsyncSSLSocket to AsyncSocket.

Summary: So that it is available on other transports.

Reviewed By: Orvid

Differential Revision: D5302039

fbshipit-source-id: cbfdadd158061ed9a2b3ed3e0960ce66f0d545fd
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h