2.5.2 #12

Merged
rune merged 23 commits from 2.5.2 into main 2026-08-17 08:37:04 +02:00
Showing only changes of commit ef6265c1c5 - Show all commits
+1 -1
View File
@@ -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
}