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
Currently the TCP metadata Proxywasm filter (Rust -> Wasm) is "optimized" for the happy path of data packages. It crashes when the incoming byte array is not enough long for example. Also there are too much unconditional unwraps.
Expected Behavior
It should be working under any circumstances, these issues should be reviewed and handled.
Actual Behavior
Please describe what happened instead.
Affected Version
Please provide the version number where this issue was encountered.
Description
Currently the TCP metadata Proxywasm filter (Rust -> Wasm) is "optimized" for the happy path of data packages. It crashes when the incoming byte array is not enough long for example. Also there are too much unconditional unwraps.
Expected Behavior
It should be working under any circumstances, these issues should be reviewed and handled.
Actual Behavior
Please describe what happened instead.
Affected Version
Please provide the version number where this issue was encountered.
Steps to Reproduce
Checklist
The text was updated successfully, but these errors were encountered: