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 44d66f7 commit da12275Copy full SHA for da12275
include/proxy-wasm/context.h
@@ -45,7 +45,8 @@ class WasmVm;
45
* @param vm_id is a string used to differentiate VMs with the same code and VM configuration.
46
* @param plugin_configuration is configuration for this plugin.
47
* @param fail_open if true the plugin will pass traffic as opposed to close all streams.
48
- * @param key is for caching PluginBase per thread and deciding whether to create a new PluginBase.
+ * @param key is used for caching PluginBase per thread and determining whether to create a new
49
+ * PluginHandleBase.
50
*/
51
struct PluginBase {
52
PluginBase(std::string_view name, std::string_view root_id, std::string_view vm_id,
0 commit comments