Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-10227

Remove Redundant Calls to sendRequestForChunkedResponse

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • native client

    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

          Activity

            People

              mmartell Michael Martell
              mmartell Michael Martell
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: