Set custom ssl bio read method.
authorKyle Nekritz <knekritz@fb.com>
Mon, 9 Jan 2017 19:51:33 +0000 (11:51 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 9 Jan 2017 20:03:13 +0000 (12:03 -0800)
commitf3c3434c45603ab8a17614f0fc92cbc84ba5beec
tree66a6e4eabf2f96a4671a44fed0ae44fcb642d794
parent94dad222210c30b64b30a6b7d73ebd5b13db6149
Set custom ssl bio read method.

Summary: Similar to the bio write method. This should be essentially a no-op, bioRead has the same functionality as the openssl version. This is needed in the next diff.

Reviewed By: siyengar

Differential Revision: D4325622

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