folly: AsyncSocketException: move implementation to .cpp, refactor
authorLucian Grijincu <lucian@fb.com>
Fri, 13 Oct 2017 08:58:11 +0000 (01:58 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 13 Oct 2017 09:08:54 +0000 (02:08 -0700)
commit69d97159209c5a77fdf7805155738604233d0b8a
treed463efe44d6ffd6a148deb80cae10cdfde521ca2
parentd31633e632ce29818040fbfe30d49f3476a3a00a
folly: AsyncSocketException: move implementation to .cpp, refactor

Reviewed By: yfeldblum

Differential Revision: D6042832

fbshipit-source-id: c716ee672c4acfa39cab9f10f3b3f88ca770cd20
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocketException.cpp [new file with mode: 0644]
folly/io/async/AsyncSocketException.h
folly/io/async/test/AsyncUDPSocketTest.cpp