Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-29552

Fold the assembleResponse implementation into mongod's ServiceEntryPoint

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.9
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • Platforms 2017-06-19

      The ServiceEntryPoint for mongod just calls assembleResponse, and is the only remaining caller of assembleResponse. Similarly, assembleResponse is the only remaining caller of runCommands.

      We should move the body of assembleResponse directly into the mongod ServiceEntryPointMongod::handleRequest body, and the move runCommands into the unnamed namespace in the same file.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: