Closed ThornstromDeveloper closed 4 years ago
Executing a curl_close($this->ch); in the sendRequest function of the Request class frees up memory, which could be important when using the function in a loop.
👍 thanks
Executing a curl_close($this->ch); in the sendRequest function of the Request class frees up memory, which could be important when using the function in a loop.