]> Cypherpunks repositories - gostls13.git/commit
net/http: check max size of HTTP chunks
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 24 Jan 2016 16:33:47 +0000 (16:33 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Jan 2016 20:46:45 +0000 (20:46 +0000)
commit3caf4e05cf337fa9b395dd887aa3e8d2e26eecdf
treeffb58213405bfc6576f19938060184d0b279efe4
parent801bebefa91205b0b69f2458701aac8169294884
net/http: check max size of HTTP chunks

Thanks to RĂ©gis Leroy for noticing.

Change-Id: I5ca2402efddab4e63d884a9d315fc1394e514cb7
Reviewed-on: https://go-review.googlesource.com/18871
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/internal/chunked.go
src/net/http/internal/chunked_test.go