-
Notifications
You must be signed in to change notification settings - Fork 36
Description
System.Net.Http.HttpRequestException: Error while copying content to a stream.
---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.
at System.Net.Security.SslStream.EnsureFullTlsFrameAsync[TIOAdapter](CancellationToken, Int32)
at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory1, CancellationToken) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16)
at System.Net.Http.HttpConnection.FillAsync(Boolean)
at System.Net.Http.HttpConnection.ChunkedEncodingReadStream.CopyToAsyncCore(Stream, CancellationToken)
at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage, CancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage, CancellationToken)
at ��.�.MoveNext()