Searched refs:GOAWAY (Results 1 – 7 of 7) sorted by relevance
24 …umber of bad pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing …47 * Why am I receiving a GOAWAY with error code ENHANCE_YOUR_CALM?48 …* A server sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many misbehaving pings. F…
46 channels that receive a GOAWAY when there are no active or pending RPCs should84 …<td>No RPC activity on channel for IDLE_TIMEOUT <br>OR<br>upon receiving a GOAWAY while there are …
237 ###### GOAWAY Frame240 Servers should send GOAWAY before terminating a connection to reliably inform clients which work ha…
69 1. Server sends a GOAWAY after receiving the first UnaryCall.
28 GOAWAY("server sends goaway after first request and asserts second request uses new connection"), enumConstant
187 case GOAWAY: in runTest()
2822 Well-behaving HTTP2 servers send two GOAWAY messages. The first2833 on_http2_frame_recv() function that triggers on the GOAWAY message.2838 // advisory GOAWAY2839 HTTP2 GOAWAY [stream-id = 0, promised-stream-id = -1]2842 // final GOAWAY2843 HTTP2 GOAWAY [stream-id = 0, promised-stream-id = N ]