Skip to content

Commit

Permalink
Revert "fixed typo"
Browse files Browse the repository at this point in the history
This reverts commit d15f44a.
  • Loading branch information
anshrupani committed Apr 24, 2024
1 parent 7e8817c commit b3f1c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosh_azure_cpi/lib/cloud/azure/storage/blob_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def apply_retry_policy(retry_data)
if retry_data[:error].is_a?(OpenSSL::SSL::SSLError) || retry_data[:error].is_a?(OpenSSL::X509::StoreError)
error_message = retry_data[:error].inspect

if [Bosh::AzureCloud::Helpers::ERROR_OPENSSL_RESET, Bosh::AzureCloud::Helpers::ERROR_OPENSSL_EOF_READ].any? { |error| error_message.include?(error) }
if [Bosh::AzureCloud::Helpers::ERROR_OPENSSL_RESET, Bosh::AzureCloud::Helpers:ERROR_OPENSSL_EOF_READ].any? { |error| error_message.include?(error) }
# Retry on "Connection reset by peer - SSL_connect" error (OpenSSL::SSL::SSLError, OpenSSL::X509::StoreError)
# https://github.com/cloudfoundry/bosh-azure-cpi-release/issues/234
retry_data[:retryable] = true
Expand Down

0 comments on commit b3f1c99

Please sign in to comment.