(fix) Update examples and benchmarks to remove rust-http.

This commit is contained in:
Jonathan Reem
2014-12-20 03:07:00 -08:00
parent 06a9ccf978
commit 618f95e10a
6 changed files with 9 additions and 133 deletions

View File

@@ -18,7 +18,7 @@ macro_rules! try_return(
Err(e) => { error!("Error: {}", e); return; }
}
}}
)
);
fn echo(mut req: Request, mut res: Response) {
match req.uri {