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
instrumentation-fetch is throwing a "Response with null body status cannot have body" TypeError when the instrumented request returns a null-body-status response (status codes 101, 204, 205, or 304)
Steps to Reproduce
I've created a tests to reproduce it here: m0sa@ecb5557
That test passes in v0.205.0, but fails in v0.206.0 and v0.207.0.
PhantomDave, Nuncix, sabrina-micale, pd-be, MartinAchtnerAA and 1 more