Account for the http request in the progress bar.

This commit is contained in:
Justus Winter 2024-08-13 17:58:01 +02:00
parent 64da372561
commit 764e1ca6d9
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -778,6 +778,7 @@ pub fn dispatch_fetch(mut sq: Sq, c: cli::network::fetch::Command)
let query = query.clone();
let http_client = http_client.clone();
let url = url.clone();
pb.inc_length(1);
requests.spawn(async move {
Response {
query,