Home
last modified time | relevance | path

Searched refs:GOAWAY (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/doc/
Dkeepalive.md24 …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…
Dconnectivity-semantics-and-api.md46 channels that receive a GOAWAY when there are no active or pending RPCs should
84 …<td>No RPC activity on channel for IDLE_TIMEOUT <br>OR<br>upon receiving a GOAWAY while there are …
DPROTOCOL-HTTP2.md237 ###### GOAWAY Frame
240 Servers should send GOAWAY before terminating a connection to reliably inform clients which work ha…
Dhttp2-interop-test-descriptions.md69 1. Server sends a GOAWAY after receiving the first UnaryCall.
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2TestCases.java28 GOAWAY("server sends goaway after first request and asserts second request uses new connection"), enumConstant
DHttp2Client.java187 case GOAWAY: in runTest()
/external/curl/
DCHANGES2822 Well-behaving HTTP2 servers send two GOAWAY messages. The first
2833 on_http2_frame_recv() function that triggers on the GOAWAY message.
2838 // advisory GOAWAY
2839 HTTP2 GOAWAY [stream-id = 0, promised-stream-id = -1]
2842 // final GOAWAY
2843 HTTP2 GOAWAY [stream-id = 0, promised-stream-id = N ]