Remove setZeroCopy() override
Summary: When folly::AsyncSSLSocket is used in unencrypted mode, zero copy is possible due to OpenSSL being bypassed, but the setZeroCopy() override in AsyncSSLSocket prevents zero copy from being used. Remove the override (no callers currently check the return value anyway). Reviewed By: yfeldblum, yqz, jalatif Differential Revision: D27044720 fbshipit-source-id: ec402ad2badb84150ecd1b7639770a49e16e9183
Showing
Please register or sign in to comment