MockWebServer HTTP/2 full support #4193
Labels
component/kubernetes-server-mock
Deals with the kubernetes-server-mock directory mainly
component/openshift-server-mock
Deals with the openshift-server-mock
status/never-stale
Milestone
Description
Currently MockWebServer has partial support for HTTP/2 but provides incomplete handshakes. This seems to work for OkHttp, but not for other client implementations.
Provide an MockWebServer alternative with better support for HTTP/2
onStream(Http2Stream stream)
readRequest(Http2Stream stream)
MockWebServer is final, however, maybe intercepting
PRI
method requests can help us deal with the problem.The text was updated successfully, but these errors were encountered: