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
// we should not follow http redirects for security reasons. If the target URL tries to redirect, the client should return 303 response instead.
391
-
// This test sets up two servers, with one redirecting to the other. Without the redirect check the download would have been completed successfully.
390
+
// we should not follow more than 2 http redirects for security reasons. If the target URL tries to redirect, the client should return 303 response instead.
391
+
// This test sets up 3 servers, with one redirecting to the other. Without the redirect check the download would have been completed successfully.
0 commit comments