set idle connection timeout flag to true
commit521e3b42a2b3807a48463d1ca179c3f7f129fcaf
authorMohamed Albashir <malbashir@fb.com>
Tue, 20 Sep 2022 16:59:48 +0000 (20 09:59 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 20 Sep 2022 16:59:48 +0000 (20 09:59 -0700)
treed8e32c8cb5e00b438decec8f934fb44187bd6f46
parent22be6dc36341e51596c5fc23236d05faa347cf10
set idle connection timeout flag to true

Summary: Connection idle timeout was never handled correctly for Rocket. This flew under the radar because most of our tests go through the path of using `PeekingManager` to determine the transport type. For cases where this is not necessary (using alpn for example), connection idle timeout is never set.

Reviewed By: praihan

Differential Revision: D39626865

fbshipit-source-id: bc9af51a11e4232de28f9edf2fd9a751c3707542
third-party/thrift/src/thrift/lib/cpp2/test/server/ThriftServerTest.cpp
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketRoutingHandler.cpp