[
https://issues.apache.org/jira/browse/GEODE-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519562#comment-17519562
]
ASF GitHub Bot commented on GEODE-10227:
----------------------------------------
mmartell opened a new pull request, #957:
URL: https://github.com/apache/geode-native/pull/957
TcrEndpoint::sendRequestConn contains redundant calls to
TcrConnection::sendRequestForChunkedResponse which should be removed.
> Remove Redundant Calls to sendRequestForChunkedResponse
> -------------------------------------------------------
>
> Key: GEODE-10227
> URL: https://issues.apache.org/jira/browse/GEODE-10227
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Michael Martell
> Assignee: Michael Martell
> Priority: Minor
>
> TcrEndpoint::sendRequestConn contains redundant calls to
> TcrConnection::sendRequestForChunkedResponse which should be removed. The
> current code is illustrated by the following:
> {code:java}
> if (messageType == a || messageType == b)
> sendRequestForChunkedResponse()
> else
> sendRequestForChunkedResponse(){code}
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)