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 5df07d8 commit e8cfd8bCopy full SHA for e8cfd8b
Sources/MockServer/MockHTTPServer.swift
@@ -103,7 +103,7 @@ struct HttpServer {
103
104
group.addTask {
105
await self.handleConnection(channel: connectionChannel, maxInvocations: self.maxInvocations)
106
- logger.trace("Done handling connection") //, metadata: ["connectionNumber": "\(counter)"])
+ logger.trace("Done handling connection")
107
}
108
109
// This mock server only accepts one connection
0 commit comments