]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: Removed some unused constants in request.go.
authorAaron Jacobs <jacobsa@google.com>
Sun, 22 Feb 2015 23:44:39 +0000 (10:44 +1100)
committerAndrew Gerrand <adg@golang.org>
Sun, 22 Feb 2015 23:52:44 +0000 (23:52 +0000)
Change-Id: I05cdf357249166a45105703e9317793aa2088844
Reviewed-on: https://go-review.googlesource.com/5560
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/request.go

index f7a7f19b9b2621f25931b738231d93cc263d6584..639a579bdf56c7321e870a7f97bba33353b1b2e3 100644 (file)
@@ -25,9 +25,6 @@ import (
 )
 
 const (
-       maxValueLength   = 4096
-       maxHeaderLines   = 1024
-       chunkSize        = 4 << 10  // 4 KB chunks
        defaultMaxMemory = 32 << 20 // 32 MB
 )