Tanner Nelson %!s(int64=10) %!d(string=hai) anos
pai
achega
a3efa3bb37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/HttpServerIO.swift

+ 1 - 1
Sources/HttpServerIO.swift

@@ -80,7 +80,7 @@ public class HttpServerIO {
     private struct InnerWriteContext: HttpResponseBodyWriter {
         let socket: Socket
         func write(data: [UInt8]) {
-            try? socket.writeUInt8(data)
+            let _ = try? socket.writeUInt8(data)
         }
     }