Fix type on accessors to connectionStackLimit_
----------------------------------------------
Key: THRIFT-411
URL: https://issues.apache.org/jira/browse/THRIFT-411
Project: Thrift
Issue Type: Sub-task
Components: Library (C++)
Reporter: Anthony Giardullo
Assignee: Anthony Giardullo
Priority: Minor
Attachments: TNonblockingServer.h.patch
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.