• Wez Furlong's avatar
    folly: fix compilation on windows · 0fa75356
    Wez Furlong authored
    Summary:
    The type is `HANDLE` but is being passed to something that
    wants an `int` for a socket/file descriptor, so let's
    explicitly translate this into a socket descriptor.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D14680671
    
    fbshipit-source-id: c7b3f6058ca486dbda01b069ec5d67cc2b3ea478
    0fa75356
AsyncSSLSocket.cpp 61.9 KB