YahooArchive / boomerang

End user oriented web performance testing and beaconing
http://lognormal.github.com/boomerang/doc/
Other
1.18k stars 448 forks source link

Fix issue #18: beacon not sent when using https #26

Closed bluesmoon closed 12 years ago

bluesmoon commented 12 years ago

When the page_ready event fires, all event subscribers are called in order. By default, the order is:

each is supposed to call BOOMR.sendBeacon() when done.

The bug in the https flow is that the BW plugin never calls BOOMR.sendBeacon() in that block.