We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee6808 commit 2c63bf4Copy full SHA for 2c63bf4
src/client/controllers/reqResController.js
@@ -99,12 +99,7 @@ const connectionController = {
99
(obj) => obj.id === id
100
);
101
102
-<<<<<<< HEAD
103
- console.log('this is openConnection array : ', this.openConnectionArray)
104
-
105
-=======
106
console.log("open connection array is : ", this.openConnectionArray);
107
->>>>>>> 09e73ade0dd640e48017f78b82dd8ccb438592cc
108
if (foundAbortController) {
109
switch (foundAbortController.protocol) {
110
case "HTTP1": {
0 commit comments