Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload-queue: count ssl connect errors as server errors
LastPass servers have per-IP request throttling which can drop connections at the establish stage; these look like CURLE_SSL_CONNECT_ERROR instead of a server-based error code. When encountering such an error, go ahead and drop the request after the fifth attempt to avoid hanging 'lpass sync'. Fixes github issue lastpass#146. Signed-off-by: Bob Copeland <[email protected]>
- Loading branch information