facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.57k stars 608 forks source link

Avoid unnecessary copy of follyRequestContext #552

Closed codophobia closed 1 year ago

codophobia commented 1 year ago

Summary: Use std::move to efficiently transfer the object "follyRequestContext" rather than copying it.

Differential Revision: D45532563

facebook-github-bot commented 1 year ago

This pull request was exported from Phabricator. Differential Revision: D45532563