Function anjay_download_abort

Function Documentation

void anjay_download_abort(anjay_t *anjay, anjay_download_handle_t dl_handle)

Aborts a download identified by dl_handle. Does nothing if dl_handle does not represent a valid download handle.

Parameters:
  • anjay – Anjay object managing the download process.

  • dl_handle – Download handle previously returned by anjay_download.