mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Add product metrics to requests
This commit is contained in:
parent
286a031d94
commit
2af34fc674
4 changed files with 31 additions and 2 deletions
|
@ -129,7 +129,7 @@ impl HttpClient {
|
|||
}
|
||||
|
||||
pub async fn request(&self, req: Request<Body>) -> Result<Response<Body>, Error> {
|
||||
debug!("Requesting {:?}", req.uri().to_string());
|
||||
debug!("Requesting {}", req.uri().to_string());
|
||||
|
||||
let request = self.request_fut(req)?;
|
||||
let response = request.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue