Ensure client headers include cleanly in any context SERVER-1267

This commit is contained in:
Mathias Stearn
2010-09-07 13:00:33 -04:00
parent ba7f710726
commit 494366f5c1
5 changed files with 12 additions and 7 deletions

View File

@@ -39,5 +39,5 @@ int main( int argc, const char **argv ) {
cout << "[" << url << "]" << endl;
HttpClient c;
assert( c.get( url ) == 200 );
MONGO_assert( c.get( url ) == 200 );
}