mirror of
https://github.com/apple/container.git
synced 2026-09-27 10:05:42 +00:00
feat: add proxy utility (#288)
Signed-off-by: Harry Li <harrymingh@gmail.com> Co-authored-by: Dmitry Kovba <dkovba@apple.com>
This commit is contained in:
@@ -62,7 +62,6 @@ extension IntegrationSuite {
|
||||
}
|
||||
|
||||
final class BufferWriter: Writer {
|
||||
// `data` isn't used concurrently.
|
||||
nonisolated(unsafe) var data = Data()
|
||||
|
||||
func write(_ data: Data) throws {
|
||||
|
||||
Reference in New Issue
Block a user