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 8c076a7 commit fa36eeeCopy full SHA for fa36eee
rate-limit-filter/src/lib.rs
@@ -80,9 +80,6 @@ impl HttpContext for UpstreamCall {
80
return Action::Continue;
81
}
82
83
- proxy_wasm::hostcalls::log(LogLevel::Info, "Working!").ok();
84
- proxy_wasm::hostcalls::log(LogLevel::Warn, "Working!").ok();
85
-
86
if let Some(plans_vec) =
87
self.rule_is_rate_limiter(self.get_http_request_header(":path").unwrap())
88
{
0 commit comments