Remove getBytesRead and getBytesWritten from folly::AsyncSSLSocket.
authorKyle Nekritz <knekritz@fb.com>
Fri, 4 Dec 2015 17:18:39 +0000 (09:18 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Sun, 6 Dec 2015 03:20:27 +0000 (19:20 -0800)
commit37b28711bfc05e5446c1490209ac69ca751f1e95
treeed9da2838959e1f20ff9427207046181844bdcc1
parent59030f07f4ff117ddd881d746b3631e434ca2ac2
Remove getBytesRead and getBytesWritten from folly::AsyncSSLSocket.

Summary: getRawBytesReceived and getRawBytesWritten should be used instead.

Reviewed By: mzlee

Differential Revision: D2708684

fb-gh-sync-id: 2de87dc2b8c3466f94293a3d7df89fc5fce3a00f
folly/io/async/AsyncSSLSocket.h