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 da12275 commit 527bb84Copy full SHA for 527bb84
include/proxy-wasm/context.h
@@ -45,7 +45,7 @@ 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 used for caching PluginBase per thread and determining whether to create a new
+ * @param key is used for caching PluginHandleBase per thread and determining whether to create a new
49
* PluginHandleBase.
50
*/
51
struct PluginBase {
0 commit comments