You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: