Skip to content

Fix : Http2Client can now reconnect

Anthony Gauchy requested to merge fix/http2_client_on_connect_error into release/2.1

Http2Client used to never try to reconnect after a first connection error due to a bad state managment. Add a test to simulate this problem.

Merge request reports