-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 0.12.0
-
Component/s: D - Library
-
Labels:None
-
Environment:
ubuntu-artful
The exception handling for processing in all three servers blindly writes out logError when a TTransportException occurs during handling.
This should ignore all TTransportExceptions where the type is END_OF_FILE which indicates that the client disconnected.
This can be seen when running the cross test suite and examining logs of d server test runs.