Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8
-
Patch Available
Description
Currently, the following error message is displayed upon calling TSimpleServer::stop():
"TServerTransport died on accept: TTransportException: Interrupted"
The message originates from TSimpleServer::serve(). This message should not be displayed if the server came to a clean stop. I've provided a patch to fix this. This small fix is taken from the other servers, such as TThreadedServer, which do not have this issue.