зеркало из https://github.com/github/aws-s3.git
Rescue EOFError also when a request raises an exception
This commit is contained in:
Родитель
79f358f771
Коммит
aaf17a2677
|
@ -51,7 +51,7 @@ module AWS
|
|||
else
|
||||
http.start(&requester)
|
||||
end
|
||||
rescue Errno::EPIPE, Timeout::Error, Errno::EINVAL
|
||||
rescue Errno::EPIPE, Timeout::Error, Errno::EINVAL, EOFError
|
||||
@http = create_connection
|
||||
attempts == 3 ? raise : (attempts += 1; retry)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче