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
Working issue to track progress for HTTP2 FAT changes due to recent discoveries. Was able to get the tests running to 100% with the Netty H2C changes on #25953.
Started worked on rebasing the changes with Netty HTTP 1.1 updates and discovered issues with the tests. It was expecting a GO AWAY frame to run checks on frames received but it is not a requirement to answer a GO AWAY with a GO AWAY. Because of this, the tests were announcing false positives when they should have been failing while verifying the received frames. After making the updates to the tests to verify on every possible way of closing the connection started seeing a couple of issues that I'm working on.
The text was updated successfully, but these errors were encountered:
Was able to get to a point of having the entire http2 FAT passing on #26455 which contained some overlays in the Netty code and extensions of the classes in order to get things properly working
Working issue to track progress for HTTP2 FAT changes due to recent discoveries. Was able to get the tests running to 100% with the Netty H2C changes on #25953.
Started worked on rebasing the changes with Netty HTTP 1.1 updates and discovered issues with the tests. It was expecting a GO AWAY frame to run checks on frames received but it is not a requirement to answer a GO AWAY with a GO AWAY. Because of this, the tests were announcing false positives when they should have been failing while verifying the received frames. After making the updates to the tests to verify on every possible way of closing the connection started seeing a couple of issues that I'm working on.
The text was updated successfully, but these errors were encountered: