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 12bd9b6 commit 377cbafCopy full SHA for 377cbaf
src/socket-daemon.js
@@ -135,14 +135,11 @@ export default class SocketDaemon {
135
if (r.response.url.indexOf(PROTOCOL.HTTPS) === 0) {
136
this.selectedProtocol = PROTOCOL.HTTPS;
137
}
138
-<<<<<<< HEAD
139
else {
140
// Protocol http, force 127.0.0.1 for old agent versions too
141
this.agentInfo[this.selectedProtocol] = this.agentInfo[this.selectedProtocol].replace('localhost', '127.0.0.1');
142
143
-=======
144
this.readerWriter.initPluginUrl(this.agentInfo[this.selectedProtocol]);
145
->>>>>>> 93943b354033c52810ae98200bee481ba5eef5d9
146
return true;
147
148
return false;
0 commit comments