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 bd4c626 commit 35ea3e3Copy full SHA for 35ea3e3
include/proxy-wasm/pairs_util.h
@@ -55,7 +55,7 @@ class PairsUtil {
55
/**
56
* toPairs deserializes input buffer to Pairs.
57
* @param buffer serialized input buffer.
58
- * @return deserialized Pairs.
+ * @return deserialized Pairs or an empty instance in case of deserialization failure.
59
*/
60
static Pairs toPairs(std::string_view buffer);
61
};
0 commit comments