Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Since connectionStackLimit_ is a size_t, getConnectionStackLimit() and setConnectionStackLimit() should also take/return a size_t instead of an int. Since these two functions were just merged in THRIFT-357, it shouldn't be a big issues changing them.