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
We've recently added a set of "conformance" tests for streams, a set of tests that we now run against many of the stream types in the core libraries. In #44204 we used these to test the response streams used for HTTP/1.1 with SocketsHttpHandler, but there are other streams it employs, including request streams for posts with HTTP/1.1 and then also a separate sets of types for HTTP/2 and again for HTTP/3. It'd be good to extend these tests to validate all of those.
We've recently added a set of "conformance" tests for streams, a set of tests that we now run against many of the stream types in the core libraries. In #44204 we used these to test the response streams used for HTTP/1.1 with SocketsHttpHandler, but there are other streams it employs, including request streams for posts with HTTP/1.1 and then also a separate sets of types for HTTP/2 and again for HTTP/3. It'd be good to extend these tests to validate all of those.
cc: @geoffkizer
The text was updated successfully, but these errors were encountered: