aboutsummaryrefslogtreecommitdiff
path: root/strings.go
diff options
context:
space:
mode:
Diffstat (limited to 'strings.go')
-rw-r--r--strings.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/strings.go b/strings.go
index 3cec8ed..3374678 100644
--- a/strings.go
+++ b/strings.go
@@ -19,7 +19,6 @@ var (
strCRLF = []byte("\r\n")
strHTTP = []byte("http")
strHTTPS = []byte("https")
- strHTTP10 = []byte("HTTP/1.0")
strHTTP11 = []byte("HTTP/1.1")
strColon = []byte(":")
strColonSlashSlash = []byte("://")