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 223f44a commit a86f587Copy full SHA for a86f587
Sources/AsyncHTTPClient/HTTPHandler.swift
@@ -53,6 +53,7 @@ extension HTTPClient {
53
}
54
55
@inlinable
56
+ @preconcurrency
57
func writeChunks<Bytes: Collection>(
58
of bytes: Bytes,
59
maxChunkSize: Int
0 commit comments