Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #26 from bluesmoon/master
Browse files Browse the repository at this point in the history
Fix issue #18: beacon not sent when using https
  • Loading branch information
Marcel Duran committed Jan 26, 2012
2 parents da8f992 + 7c9064f commit 3ae39d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boomerang.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,7 @@ BOOMR.plugins.BW = {

BOOMR.info("HTTPS detected, skipping bandwidth test", "bw");
impl.complete = true;
BOOMR.sendBeacon();
return this;
}

Expand Down

0 comments on commit 3ae39d6

Please sign in to comment.