commit | 5df5483e0518a11a6ef1e894c70236eb3f639557 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jan 11 16:40:14 2016 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Jan 12 04:45:30 2016 +0000 |
tree | 364354f68f80c49ed93510c4dac4d8115ccc1a55 | |
parent | 4fd4a9fed55e5bdee4a89d6406c2eabe38b60300 [diff] |
http2: add tests to verify the type of peer stream resets Make sure that both the server and client can see typed errors when the peer's body is interrupted by a stream reset. grpc will need this. Turns out things were okay, but the behavior wasn't locked in. Now it is. Change-Id: I449a52e368efe9a3d44c59cc9a4fc15365bc4f12 Reviewed-on: https://go-review.googlesource.com/18502 Reviewed-by: Andrew Gerrand <adg@golang.org>