http2 protocol
#1352
Replies: 1 comment
|
Hey, @JMo911. Thanks for raising this. So, this may be a little confusing, allow me to clarify. When you perform a request over HTTP2, this is what happens:
When you mock an HTTP2 request, your app will receive the mocked response to that original HTTP2 request, regardless of what you see in the Network. This may be a good answer to read. Do you experience some difficulty due to this behavior? Or is it just something you've noticed in the Network? It shouldn't affect your application in any way. We also can't control this, it's how the workers behave. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to config msw to send h2 protocol responses instead of http/1.1? See here, when running without mocks all of the calls follow h2. As soon as I enable msw mocks it comes back as http/1.1.
All reactions