Skip to content

Commit

Permalink
set response code on _status
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Mar 23, 2010
1 parent 48cc94a commit a783395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/dbwebserver.cpp
Expand Up @@ -316,6 +316,7 @@ namespace mongo {
return;
}
generateServerStatus( url , responseMsg );
responseCode = 200;
return;
}

Expand Down

0 comments on commit a783395

Please sign in to comment.