lesstif / php-jira-rest-client

PHP classes interact Jira with the REST API.
Other
510 stars 263 forks source link

Update timeout and add connect timeout #397

Closed jmitchell3wayfair closed 2 years ago

jmitchell3wayfair commented 3 years ago

Updating getTimeout to drive CURLOPT_TIMEOUT Updating CURLOPT_CONNECTTIMEOUT to be set from connectTimeout and adding supporting properties/functions to set/get

Resolves #398