Skip to content

Commit

Permalink
re-instate fileprivate after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 13, 2024
1 parent 0e80e4d commit 102d455
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extension RequestBody {
}
}

func withInboundCloseHandler<Value: Sendable, AsyncIterator: AsyncIteratorProtocol>(
fileprivate func withInboundCloseHandler<Value: Sendable, AsyncIterator: AsyncIteratorProtocol>(
isolation: isolated (any Actor)? = #isolation,
iterator: AsyncIterator,
source: RequestBody.Source,
Expand Down Expand Up @@ -136,7 +136,7 @@ extension RequestBody {
case nextRequestReady
}

func iterate<AsyncIterator: AsyncIteratorProtocol>(
fileprivate func iterate<AsyncIterator: AsyncIteratorProtocol>(
iterator: AsyncIterator,
source: RequestBody.Source
) async throws -> IterateResult where AsyncIterator.Element == HTTPRequestPart {
Expand Down

0 comments on commit 102d455

Please sign in to comment.