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

Update ykval-synclib.php #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 4, 2018

  1. Update ykval-synclib.php

    According to https://secure.php.net/manual/en/function.curl-multi-info-read.php, "The data the returned resource points to will not survive calling curl_multi_remove_handle()." Therefore, it is better to call curl_multi_remove_handle() after we're finished with the handle and its related info data returned from curl_multi_info_read(). Not doing so will make the info data unreadable. This could lead to logging when re-syncing that makes it appear as though syncing is not successful when in reality it is working just fine.
    libantema authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    ee5106b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from libantema/patch-1

    Update ykval-synclib.php
    libantema authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    b5450c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Update ykval-synclib.php

    libantema authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    8a2dcd1 View commit details
    Browse the repository at this point in the history