aboutsummaryrefslogtreecommitdiff
path: root/Sources/gopherHandler.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/gopherHandler.swift')
-rw-r--r--Sources/gopherHandler.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/Sources/gopherHandler.swift b/Sources/gopherHandler.swift
index e43619d..81a65e2 100644
--- a/Sources/gopherHandler.swift
+++ b/Sources/gopherHandler.swift
@@ -79,7 +79,7 @@ final class GopherHandler: ChannelInboundHandler {
return .string(fileContents)
} catch {
logger.error("Error reading file: \(path.path)")
- return .string("3Error reading file...\r\n")
+ return .string("3Error reading file...\terror.host\t1\r\n")
}
} else {
// Handle binary file
@@ -88,14 +88,14 @@ final class GopherHandler: ChannelInboundHandler {
return .data(fileContents)
} catch {
logger.error("Error reading file: \(path.path)")
- return .string("3Error reading file...\r\n")
+ return .string("3Error reading file...\terror.host\t1\r\n")
}
}
}
} else {
logger.error("Error reading file: \(path.path)")
- return .string("3Error reading file...\r\n")
+ return .string("3Error reading file...\terror.host\t1\r\n")
}
}