]> Cypherpunks repositories - gostls13.git/commit
http: adjust test threshold for larger suse buffers
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Aug 2011 12:09:49 +0000 (16:09 +0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Aug 2011 12:09:49 +0000 (16:09 +0400)
commitfa6d038e9848c529e0ddffad8ba4f21043774f06
treee999feb6793f550cb9de056a1c8e67508cc4a497
parentbb4cf3f3514614e95b77918d3e15ff1b1f94397d
http: adjust test threshold for larger suse buffers

My theory is that suse has larger TCP buffer sizes
by default.  I now check over 100MB, rather than over 2MB.
100MB is ~halfway between the 1MB limit and the 200MB
request that's attempted.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4926048
src/pkg/http/serve_test.go