Skip to content

Commit 9fd926a

Browse files
committed
Making platformDefault private again
1 parent e0b007b commit 9fd926a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenAPIURLSession/URLSessionTransport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ extension URLSessionTransport.Configuration.Implementation {
378378
#endif
379379
}
380380

381-
public static var platformDefault: Self {
381+
static var platformDefault: Self {
382382
guard platformSupportsStreaming else { return .buffering }
383383
return .defaultStreaming
384384
}

0 commit comments

Comments
 (0)