We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2842ad commit 9ccc810Copy full SHA for 9ccc810
proxy_wasm_common.h
@@ -71,6 +71,7 @@ inline std::string toString(WasmResult r) {
71
_CASE(BrokenConnection);
72
_CASE(Unimplemented);
73
}
74
+ return "Unknown";
75
76
#undef _CASE
77
0 commit comments