Details
-
Improvement
-
Status: In Progress
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
TcrEndpoint::sendRequestConn contains redundant calls to TcrConnection::sendRequestForChunkedResponse which should be removed. The current code is illustrated by the following:
if (messageType == a || messageType == b) sendRequestForChunkedResponse() else sendRequestForChunkedResponse()
Attachments
Issue Links
- links to