Suppress some aborts in debug mode when using already closed file descriptors
authorChristopher Dykes <cdykes@fb.com>
Wed, 23 Nov 2016 18:43:24 +0000 (10:43 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 23 Nov 2016 18:54:24 +0000 (10:54 -0800)
commite6d69248da39a1618352a2040f6d26f95ff86196
tree3bd7114b8ed317c2c8577cff5b892820e39f998b
parentd5f5bc4fd1f1e6eebc3e30d00512d853eb6dc611
Suppress some aborts in debug mode when using already closed file descriptors

Summary: The helper exists because MSVC is a pain in this regard, so use it.

Reviewed By: yfeldblum

Differential Revision: D4224037

fbshipit-source-id: 6c6415877785f13ea91618a3042f2470dccd08c1
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp