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
varmessage="Request to Amazon Elastic Container Registry failed prematurely. This is often caused when the target repository does not exist in the registry.";
stringerrorMessage=$"Failed to upload blob to {pushUri}; recieved{pushResponse.StatusCode} with detail {awaitpushResponse.Content.ReadAsStringAsync()}";
162
+
stringerrorMessage=$"Failed to upload blob to {pushUri}; received{pushResponse.StatusCode} with detail {awaitpushResponse.Content.ReadAsStringAsync()}";
stringerrorMessage=$"Failed to upload blob to {patchUri}; recieved{patchResponse.StatusCode} with detail {awaitpatchResponse.Content.ReadAsStringAsync()}";
209
+
stringerrorMessage=$"Failed to upload blob to {patchUri}; received{patchResponse.StatusCode} with detail {awaitpatchResponse.Content.ReadAsStringAsync()}";
stringerrorMessage=$"Failed to finalize upload to {putUri}; recieved{finalizeResponse.StatusCode} with detail {awaitfinalizeResponse.Content.ReadAsStringAsync()}";
239
+
stringerrorMessage=$"Failed to finalize upload to {putUri}; received{finalizeResponse.StatusCode} with detail {awaitfinalizeResponse.Content.ReadAsStringAsync()}";
varclientHandler=newAuthHandshakeMessageHandler(newSocketsHttpHandler(){PooledConnectionLifetime=TimeSpan.FromMilliseconds(10/* total guess */)});
265
+
HttpMessageHandlerclientHandler=newAuthHandshakeMessageHandler(newSocketsHttpHandler(){PooledConnectionLifetime=TimeSpan.FromMilliseconds(10/* total guess */)});
0 commit comments