You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/22 19:16:00 UTC

[jira] [Commented] (GEODE-10227) Remove Redundant Calls to sendRequestForChunkedResponse

    [ https://issues.apache.org/jira/browse/GEODE-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557659#comment-17557659 ] 

ASF subversion and git services commented on GEODE-10227:
---------------------------------------------------------

Commit 1d9a2cc5feb72f3c5d2caa97f3208a381c04afd6 in geode-native's branch refs/heads/master from Michael Martell
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=1d9a2cc5f ]

GEODE-10227: Remove redundant sendRequestForChunkedResponse (#957)

* Remove redundant sendRequestForChunkedResponse
* Remove vestigial comment


> 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
>              Labels: pull-request-available
>
> 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.7#820007)