Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
189 stars 59 forks source link

'cURL Error: HTTP/2 stream 0 was not closed cleanly: Unknown error code (err 1)' #111

Open outzo opened 6 months ago

outzo commented 6 months ago

When trying to update an item, this error is returning me, where can I set the HTTP version in curl? Example curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);