Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. #369
- Loading branch information