phpclassic / php-shopify

PHP SDK for Shopify API
Apache License 2.0
568 stars 211 forks source link

Add curl timeout #236

Closed fabio-sassi-spotview closed 3 years ago

fabio-sassi-spotview commented 3 years ago

Very rare (but it does happen) curl request wait indefinitely. I add 2 min timeout for connection and request.

tareqtms commented 3 years ago

@fabio-sassi-spotview Solved by #238 which is merged and released with v1.1.20

fabio-sassi-spotview commented 3 years ago

@tareqtms ok, thank you!