refactor the interpretation of SSL errors into a function
authorWoo Xie <woo@fb.com>
Thu, 11 Jun 2015 20:25:03 +0000 (13:25 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 11 Jun 2015 21:49:22 +0000 (14:49 -0700)
commit42111d8713cb17e524e097a49f93c9084c084a45
treef6cc3dfb18bd7e53c7689a9361821fbad1e49220
parentf58b11823cfb994c351722ce130f28f794db2c0e
refactor the interpretation of SSL errors into a function

Summary: This fucntion will be re-used for different SSL write functions in future.

Reviewed By: @djwatson

Differential Revision: D2117529
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h