You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
In ordr to support IEQE using client interceptors to direct
traffic to experimental vs control targets:
1. Make RPCOptions non-const to allow the interceptor to modify it.
2. getOperationMask in RpcOptions must return a reference - else
operationMask_ref() in RoutingParamsResolver will return a
reference to a stack value -> memory corruption.
Reviewed By: tlj77, joshbollarmeta
Differential Revision: D77077414
fbshipit-source-id: 3c26d61c1017e24494a73400c940d986f3cda20f
0 commit comments