We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2af21c commit ad703f4Copy full SHA for ad703f4
Source/Core/AWS.Pipeline.RedirectHandler.pas
@@ -42,7 +42,6 @@ procedure TRedirectHandler.FinalizeForRedirect(AExecutionContext: TExecutionCont
42
requestContext.Request.Endpoint := TUri.Create(Format('%s://%s:%d', [uri.Scheme, uri.Host, uri.Port]));
43
44
{Todo: Review this}
45
- {$MESSAGE WARN 'Review this code as it involves hash stream}
46
// TRetryHandler.PrepareForRetry(AExecutionContext.RequestContext);
47
end;
48
0 commit comments