Use folly::getCurrentThreadId() in SSLContext
authorChristopher Dykes <cdykes@fb.com>
Fri, 14 Apr 2017 21:09:23 +0000 (14:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 14 Apr 2017 21:19:40 +0000 (14:19 -0700)
commitbfdfe5e42dcc01a346ce157530101df6d50df234
tree2f662e13b92e0c4a9fd77b94a374b6de4200a1e7
parent9b2f7afe192834fdc4abc5687abc072bede25cd6
Use folly::getCurrentThreadId() in SSLContext

Summary: Rather than duplicating logic (and #ifdefs), just call the helper function instead.

Reviewed By: yfeldblum

Differential Revision: D4888362

fbshipit-source-id: f5096f6029cf05526aa74bd40235ac8014824789
folly/io/async/SSLContext.cpp