Ensure client headers include cleanly in any context SERVER-1267
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user