Lines Matching refs:sends
52 1. Client sends two UnaryCall requests (and sleeps for 1 second in-between).
69 1. Server sends a GOAWAY after receiving the first UnaryCall.
76 This test verifies that the client fails correctly when the server sends a
80 1. Client sends UnaryCall with:
95 1. Server sends a RST_STREAM with error code 0 after sending headers to the client.
102 This test verifies that the client fails "correctly" when the server sends a
106 1. Client sends UnaryCall with:
121 1. Server sends a RST_STREAM with error code 0 after sending half of
126 This test verifies that the client fails "correctly" when the server sends a
130 1. Client sends UnaryCall with:
145 1. Server sends a RST_STREAM with error code 0 after sending all of the
158 1. Client sends UnaryCall with:
174 1. Server tracks the number of outstanding pings (i.e. +1 when it sends a ping, and -1
176 2. Server sends pings before and after sending headers, also before and after sending data.
186 …1. Client sends initial UnaryCall to allow the server to update its MAX_CONCURRENT_STREAMS setting…
187 2. Client concurrently sends 10 UnaryCalls.