Skip to content
  • Thomas Haller's avatar
    connectivity: refactor handling parameters of NMConnectivity · 5ee18c12
    Thomas Haller authored
    Currently the three parameters for the connectivity check (uri, interval, response)
    don't get reset. Soon they might be modified at any time when reloading the
    configuration.
    
    When calling the asynchronous HTTP connectivity check, we want to
    preserve the original parameters so that the result callback still can
    access them later. Pass the uri and response parameter on as
    ConCheckCbData.
    5ee18c12