Mark a couple of local constants as static constexpr
authorChristopher Dykes <cdykes@fb.com>
Thu, 21 Jul 2016 23:12:57 +0000 (16:12 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Thu, 21 Jul 2016 23:23:35 +0000 (16:23 -0700)
commitcbef1e2d634b40ad2e20f7722175f290815744a6
tree58373749cdb4a5cfd298ac2c4c99a0955285b359
parente21b7273c9097c5c30ef89563c5c38ca09a1165e
Mark a couple of local constants as static constexpr

Summary: Because they aren't captured, and thus aren't accessible, in the callback used further on in the function.

Reviewed By: yfeldblum

Differential Revision: D3600874

fbshipit-source-id: 699b3d4caa0a310b1ccc7810d670671850f4366b
folly/io/async/test/AsyncSSLSocketWriteTest.cpp