2.5.2 #12
@@ -132,7 +132,7 @@ final class CLIServerService {
|
||||
if let body = Self.parseRequestBody(from: buffer) {
|
||||
Task {
|
||||
let responseData = await self.processRequest(body)
|
||||
self.sendAndClose(responseData, on: connection)
|
||||
await self.sendAndClose(responseData, on: connection)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user