Open neosuke opened 3 years ago
I use OS:windows 10 and windows PHP 7.4.8 The following error occasionally occurs in "createBlockBlob"
error:---------------------------------------------------------------------------- cURL error 56: OpenSSL SSL_read: Connection was reset, errno 10054 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) error:----------------------------------------------------------------------------
source code: $blobClient = BlobRestProxy::createBlobService($connectionString); $blobClient->createBlockBlob($containerName, $upload_path.$file_name, $content);
I use OS:windows 10 and windows PHP 7.4.8 The following error occasionally occurs in "createBlockBlob"
error:---------------------------------------------------------------------------- cURL error 56: OpenSSL SSL_read: Connection was reset, errno 10054 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) error:----------------------------------------------------------------------------
source code: $blobClient = BlobRestProxy::createBlobService($connectionString); $blobClient->createBlockBlob($containerName, $upload_path.$file_name, $content);