Skip to content

Commit

Permalink
fix http
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Dec 7, 2023
1 parent 0ef435b commit 2c36187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/https.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use fast_log::config::Config;
use mco_http::server::{Request, Response};
use mco_http_rustls::TlsServer;


//FIXME: not successful?
fn main() {
let _ = fast_log::init(Config::new().console());

Expand Down

0 comments on commit 2c36187

Please sign in to comment.