Skip to content

Commit baa923a

Browse files
committed
Remove comment
1 parent 58565ff commit baa923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/HTTP/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension HTTPVersion: RawRepresentable {
5959

6060
internal extension HTTPVersion {
6161

62-
static var minLength: Int { 8 } //prefix.count + 3 }
62+
static var minLength: Int { 8 }
6363

6464
static var prefix: String { "HTTP/" }
6565

0 commit comments

Comments
 (0)