We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58565ff commit baa923aCopy full SHA for baa923a
Sources/HTTP/Version.swift
@@ -59,7 +59,7 @@ extension HTTPVersion: RawRepresentable {
59
60
internal extension HTTPVersion {
61
62
- static var minLength: Int { 8 } //prefix.count + 3 }
+ static var minLength: Int { 8 }
63
64
static var prefix: String { "HTTP/" }
65
0 commit comments