Skip to content
  • Tony Crisci's avatar
    Bug: fix grl.fetch() parameter order in lua plugins · 3e9e8d54
    Tony Crisci authored
    The grl.fetch() functions expects the arguments in the order of 1) the
    url to connect to, 2) the net options, 3) the callback, and 4) the user
    data. Some of the plugins were switching 2) and 3). This caused an issue
    where the net options were ignored.
    3e9e8d54