Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check that transport is always specified when calling thrift.NewClient
Summary: check that transport is always specified when calling thrift.NewClient This way we can be sure that thrift.NewClient is never called without thrift.WithHeader or thrift.WithUpgradeToRocket We can then be sure that we have upgraded all users of thrift.WithHeader to thrift.WithUpgradeToRocket, when we are ready to fully roll out the rocket client. Reviewed By: echistyakov Differential Revision: D63324777 fbshipit-source-id: cc3fa497fae1ec587e637f4d8c4908d48236c26c
- Loading branch information