mirror of
https://github.com/golang/go
synced 2024-11-18 15:44:41 -07:00
net/http: Removed some unused constants in request.go.
Change-Id: I05cdf357249166a45105703e9317793aa2088844 Reviewed-on: https://go-review.googlesource.com/5560 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
02d80b9e93
commit
d5630142fd
@ -25,9 +25,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
maxValueLength = 4096
|
|
||||||
maxHeaderLines = 1024
|
|
||||||
chunkSize = 4 << 10 // 4 KB chunks
|
|
||||||
defaultMaxMemory = 32 << 20 // 32 MB
|
defaultMaxMemory = 32 << 20 // 32 MB
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user