Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bug with GPRC client call through proxy #370

Merged
merged 1 commit into from
Apr 7, 2022

Commits on Apr 7, 2022

  1. fix: ReverseConnection waits for incoming data before piping data back

    There was an issue in obscure conditions that caused certain packets to be out of the expected order for HTTP2 leading to a protocol error. This ensure that the `MAGIC` frame comes before the server's `SETTING` frame.
    
    Updated `NodeConnectionManager` lifecycle logging.
    
    `Proxy` and `NodeConnection` rejects connections to wildcard `0.0.0.0` and `::` addresses. Fixed up any tests broken by this change.
    
    Added a test to check if you can connect to the target through the proxies after the proxies have created the UTP connection.
    
    Fixes #369
    tegefaulkes committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    9e44d52 View commit details
    Browse the repository at this point in the history