feat: v0.2.0-rc, optimize code

This commit is contained in:
2024-03-30 19:24:22 +08:00
parent 9d24ba72df
commit 2072412a5f

View File

@@ -151,7 +151,7 @@ impl ProxyHttp for ProxyApp {
_ => None,
};
log::info!("Request:\n{}\n\n{}", req, body.unwrap_or_else(|| "<None>".into()));
log::info!("Request:\n{}\n\n{}", req, body.unwrap_or_else(|| "<none>".into()));
Ok(false)
}