Skip to content
Snippets Groups Projects
Commit 36c799b3 authored by Noah Eisen's avatar Noah Eisen Committed by GitHub
Browse files

Merge pull request #9299 from grpc/ncteisen-patch-1

Update negative-http2-interop-test-descriptions.md
parents def69b30 4314043e
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,8 @@ server. The client should handle the goaway by switching to a new stream without ...@@ -49,7 +49,8 @@ server. The client should handle the goaway by switching to a new stream without
the user application having to do a thing. the user application having to do a thing.
Client Procedure: Client Procedure:
1. Client sends two UnaryCall requests with: 1. Client sends two UnaryCall requests (and sleeps for 1 second in-between).
TODO: resolve [9300](https://github.com/grpc/grpc/issues/9300) and remove the 1 second sleep
``` ```
{ {
...@@ -61,14 +62,14 @@ Client Procedure: ...@@ -61,14 +62,14 @@ Client Procedure:
``` ```
Client asserts: Client asserts:
* Call was successful. * Both calls are successful.
* Response payload body is 314159 bytes in size. * Response payload body is 314159 bytes in size.
Server Procedure: Server Procedure:
1. Server sends a GOAWAY after receiving the first UnaryCall. 1. Server sends a GOAWAY after receiving the first UnaryCall.
Server asserts: Server asserts:
* The second UnaryCall has a different stream_id than the first one. * Two different connections were used from the client.
### rst_after_header ### rst_after_header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment