]> Cypherpunks repositories - gostls13.git/commit
net/http: start of making all relevant tests test both http1 and http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 18 Nov 2015 23:36:51 +0000 (15:36 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Nov 2015 02:41:20 +0000 (02:41 +0000)
commitaae81d948cb7b4fb6e55b96cbba6ae2131d46e25
tree825dd6d3e3a6d613ebd05a1c4f731ca952409199
parente4a1acced742a53421e22fe498d66c81d623110b
net/http: start of making all relevant tests test both http1 and http2

This CL adds skipped failing tests, showing differences between HTTP/1
and HTTP/2 behavior. They'll be fixed in later commits.

Only a tiny fraction of the net/http tests have been split into their
"_h1" and "_h2" variants. That will also continue. (help welcome)

Updates #6891
Updates #13315
Updates #13316
Updates #13317

Change-Id: I16c3c381dbe267a3098fb266ab0d804c36473a64
Reviewed-on: https://go-review.googlesource.com/17046
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/export_test.go
src/net/http/main_test.go
src/net/http/serve_test.go
src/net/http/transport_test.go