diff --git a/Sources/HTTPConnection.swift b/Sources/HTTPConnection.swift index 7075f87..bffa184 100644 --- a/Sources/HTTPConnection.swift +++ b/Sources/HTTPConnection.swift @@ -116,7 +116,7 @@ public final class HTTPConnection { } } logger.info( - "Header parsed, method=\(method), path=\(path.debugDescription), " + + "Header parsed, method=\(method!), path=\(path.debugDescription), " + "version=\(version.debugDescription), headers=\(headers)" ) request = HTTPRequest(