Changeset 2608979
- Timestamp:
- 10/04/2021 04:16:19 PM (4 years ago)
- Location:
- chatwee/trunk
- Files:
-
- 2 edited
-
lib/ChatweeV2_SDK/Chatwee/HttpClient.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chatwee/trunk/lib/ChatweeV2_SDK/Chatwee/HttpClient.php
r2495309 r2608979 87 87 $userAgent = $customUserAgent ? $customUserAgent : self::USER_AGENT_HEADER; 88 88 89 curl_setopt($curl, CURLOPT_TIMEOUT, 60);89 curl_setopt($curl, CURLOPT_TIMEOUT, 5); 90 90 curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method); 91 91 curl_setopt($curl, CURLOPT_URL, $url); -
chatwee/trunk/readme.txt
r2495274 r2608979 201 201 * Bug fix: network error handling 202 202 * Bug fix: improved form data input sanity 203 204 = 2.1.6 = 205 206 * Reduced request timeout
Note: See TracChangeset
for help on using the changeset viewer.