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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
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);
The text was updated successfully, but these errors were encountered: