nghttp2-asio icon indicating copy to clipboard operation
nghttp2-asio copied to clipboard

How Asio client is aware of server terminating connection via GOAWAY with error code 0

Open soumyakantiroychowdhury opened this issue 2 years ago • 1 comments

When a http/2 server closes the connection gracefully by sending GOAWAY frame with error code 0, how does the asio http2 client can communicate this to the upper layer? The on_error callback of the session class is not called in this scenario, which is expected.

soumyakantiroychowdhury avatar Aug 19 '22 09:08 soumyakantiroychowdhury