Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed conflict
  • Loading branch information
Stefania committed Jun 29, 2018
commit 12bd9b64ea5930898fead7bcd65d103d2dd5ffe1
4 changes: 4 additions & 0 deletions src/socket-daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,14 @@ export default class SocketDaemon {
if (r.response.url.indexOf(PROTOCOL.HTTPS) === 0) {
this.selectedProtocol = PROTOCOL.HTTPS;
}
<<<<<<< HEAD
else {
// Protocol http, force 127.0.0.1 for old agent versions too
this.agentInfo[this.selectedProtocol] = this.agentInfo[this.selectedProtocol].replace('localhost', '127.0.0.1');
}
=======
this.readerWriter.initPluginUrl(this.agentInfo[this.selectedProtocol]);
>>>>>>> 93943b354033c52810ae98200bee481ba5eef5d9
return true;
}
return false;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.