Remove incorrect call to dcheckIsInEventBaseThread
Summary: The point of this diff is that `AsyncSocket::closeNow()` should be able to be called on a socket that is not attached to an event base. Removing an overly protective `dcheckIsInEventBaseThread()` enables this. Reviewed By: yfeldblum Differential Revision: D13219611 fbshipit-source-id: ca57995e1a96d2b937bccf311d3f6b903abc33b7
Showing
Please register or sign in to comment