You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CURLOPT_CONNECTTIMEOUT: 10s (aborta se não conectar)
- CURLOPT_TIMEOUT: 30s (aborta se não receber resposta)
- Timeouts são defaults, respeitam valores customizados via curlSetOpt()
- Adiciona curl_close() para liberar recursos
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>