1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 08:57:00 +02:00

use remote addr in logger if available

This commit is contained in:
Nikolay Kim
2017-11-10 13:26:12 -08:00
parent f369d9af0e
commit be3a1ab770
8 changed files with 22 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ extern crate http_range;
extern crate mime;
extern crate mime_guess;
extern crate url;
extern crate libc;
extern crate flate2;
extern crate brotli2;
extern crate percent_encoding;