Skip to content

Commit 394eb42

Browse files
committed
removing the un-necessary conflict lines
1 parent eea1682 commit 394eb42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-basic/client.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,8 @@ Object.keys(connection).forEach(function(key){
4848
var otherDb = marklogic.createDatabaseClient(otherConnection);
4949

5050
var agentConnection = {
51-
<<<<<<< HEAD
52-
agent: new YAgent({keepAlive: true, keepAliveTimeoutMsecs: 1000})
53-
}
54-
=======
5551
agent: new http.Agent({keepAlive: true, keepAliveTimeoutMsecs: 1000})
5652
};
57-
>>>>>>> 1ad64b6... use native Node.js HTTP Agent #544
5853
Object.keys(otherConnection).forEach(function(key){
5954
if (agentConnection[key] === undefined) {
6055
agentConnection[key] = otherConnection[key];

0 commit comments

Comments
 (0)