Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thriftbp: Tweak client pool connection reuse logic
Only exceptions defined in thrift IDL is safe for reuse (getting them means the roundtrip is done fully and the response is read fully). All other errors have different degree of risks for reusing.
- Loading branch information