]> Cypherpunks repositories - gostls13.git/commit
net/http: add Transport tests for using Request.Cancel mid-body
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 Dec 2015 18:45:34 +0000 (18:45 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 Dec 2015 23:01:20 +0000 (23:01 +0000)
commite568a0180a8d7c296e254d84dc5cf485695cf570
tree5ba9cb0022026452e0e2857399ab64539c02eaca
parenta27bbb7f746a44eafae924a0333fa371ca0626c3
net/http: add Transport tests for using Request.Cancel mid-body

This CL also updates the bundled http2 package with the h2 fix from
https://golang.org/cl/17757

Fixes #13159

Change-Id: If0e3b4bd04d0dceed67d1b416ed838c9f1961576
Reviewed-on: https://go-review.googlesource.com/17758
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go