mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-07 06:47:39 +03:00
refactor multipart stream creation
This commit is contained in:
parent
13cbfc877d
commit
790793f8a1
7 changed files with 68 additions and 62 deletions
|
@ -95,6 +95,6 @@ fn main() {
|
|||
.bind("127.0.0.1:8080").unwrap()
|
||||
.start();
|
||||
|
||||
println!("Started http server: 127.0.0.1:8080");
|
||||
println!("Starting http server: 127.0.0.1:8080");
|
||||
let _ = sys.run();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue