Edit comment.

This commit is contained in:
Brent Simmons
2024-11-27 20:14:42 -08:00
parent 337d711d21
commit a4a41ddfbd

View File

@@ -9,7 +9,7 @@
import Foundation
// Create a DownloadSessionDelegate, then create a DownloadSession.
// To download things: call downloadObjects, with a set of represented objects, to download things. DownloadSession will call the various delegate methods.
// To download things: call download with a set of URLs. DownloadSession will call the various delegate methods.
public protocol DownloadSessionDelegate {
@@ -154,7 +154,6 @@ private extension DownloadSession {
return
}
var urlToUse = url
// If received permanent redirect earlier, use that URL.