opt proxygen with new SSL_write_iovec function
authorWoo Xie <woo@fb.com>
Thu, 11 Jun 2015 23:49:29 +0000 (16:49 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 12 Jun 2015 20:18:14 +0000 (13:18 -0700)
commit9f41a73a76efc8f46eb0ac523b2c891acdb8b07b
tree2d14d44f3fc545de2f26f13a4aca637930cbe5c3
parent87bb14efca96336f339e2680ef9a49c260326fd4
opt proxygen with new SSL_write_iovec function

Summary: this taks advantage of the SSL_write_iovec function to improve CPU.  According our testing, it saves 10+% CPU.

Reviewed By: @djwatson

Differential Revision: D2119223
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h