File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11use std:: sync:: Arc ;
22
33use clap:: Parser ;
4+ use hyper:: Request ;
45use hyper:: body:: Incoming ;
56use hyper:: server:: conn:: http1;
67use hyper:: service:: service_fn;
7- use hyper:: Request ;
88use hyper_util:: rt:: TokioIo ;
99use tokio:: net:: TcpListener ;
1010use tracing:: { debug, error, info} ;
Original file line number Diff line number Diff line change 11use futures:: future:: join_all;
22use hyper_util:: client:: legacy:: connect:: HttpConnector ;
33use hyper_util:: client:: legacy:: { Client , ResponseFuture } ;
4- use std:: time:: Instant ;
54use std:: sync:: Arc ;
5+ use std:: time:: Instant ;
66use tracing:: { debug, warn} ;
77
88use http_body_util:: { BodyExt , Full } ;
@@ -249,8 +249,6 @@ mod tests {
249249 use hyper:: { Request , Response , StatusCode , body:: Bytes } ;
250250
251251 fn make_test_config ( ) -> ConfigData {
252-
253-
254252 ConfigData {
255253 sentry_dsn : None ,
256254 sentry_env : None ,
You can’t perform that action at this time.
0 commit comments