Allow underlying transport to be accessible from AsyncTransportWrapper
authorSubodh Iyengar <subodh@fb.com>
Wed, 4 Nov 2015 01:19:40 +0000 (17:19 -0800)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Wed, 4 Nov 2015 02:20:26 +0000 (18:20 -0800)
commit8f29e4838e58ce0db0557d56c756e9e644437111
tree2418ad44f04c91429e245c8a68d164d21204268f
parent7a78293e749feefdcd44040b27e84e4047af4eec
Allow underlying transport to be accessible from AsyncTransportWrapper

Summary: Allow underlying transport to be accessible from AsyncTransportWrapper.
There are some code paths where we need access to the real transport from
the AsyncTransportWrapper. This allows us to retrieve the underlying transport
and have clients like HTTPSession use it.

Reviewed By: afrind

Differential Revision: D2609200

fb-gh-sync-id: 2b317d1825a005bb64468f83c64bc3f1c9bdfe2c
folly/io/async/AsyncTransport.h