Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Jul 16, 2024
1 parent 67f627d commit 2fd660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingora-proxy/examples/use_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub struct MyProxy;
#[async_trait]
impl ProxyHttp for MyProxy {
type CTX = ();
fn new_ctx(&self) -> Self::CTX {}
fn new_ctx(&self, _session: &Session) -> Self::CTX {}

// This function is only called once when the server starts
fn init_downstream_modules(&self, modules: &mut HttpModules) {
Expand Down

0 comments on commit 2fd660a

Please sign in to comment.