I have some code that proxies requests from an axum server to a wasm component. By upgrading to to v48, I'm now triggering: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi-http/src/p2/types.rs#L92
The code is correct in: no authority is set, however previously this wasn't an issue. Is this WAI?
I have some code that proxies requests from an axum server to a wasm component. By upgrading to to v48, I'm now triggering: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi-http/src/p2/types.rs#L92
The code is correct in: no authority is set, however previously this wasn't an issue. Is this WAI?