James E. King, III created THRIFT-4503:
------------------------------------------
Summary: dlang servers logError on normal client disconnection
Key: THRIFT-4503
URL: https://issues.apache.org/jira/browse/THRIFT-4503
Project: Thrift
Issue Type: Bug
Components: D - Library
Affects Versions: 0.11.0
Environment: ubuntu-artful
Reporter: James E. King, III
Assignee: James E. King, III
Fix For: 0.12.0
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)