Commit d5630142 authored by Aaron Jacobs's avatar Aaron Jacobs Committed by Andrew Gerrand

net/http: Removed some unused constants in request.go.

Change-Id: I05cdf357249166a45105703e9317793aa2088844
Reviewed-on: https://go-review.googlesource.com/5560Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 02d80b9e
......@@ -25,9 +25,6 @@ import (
)
const (
maxValueLength = 4096
maxHeaderLines = 1024
chunkSize = 4 << 10 // 4 KB chunks
defaultMaxMemory = 32 << 20 // 32 MB
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment