mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic http load test: send Host header, downloaded&uploaded keys
This commit is contained in:
parent
01a3e7795a
commit
e6a74c5bfe
2 changed files with 4 additions and 3 deletions
|
|
@ -91,9 +91,10 @@ impl Connection {
|
|||
state.statistics.responses_scrape
|
||||
.fetch_add(1, Ordering::SeqCst);
|
||||
},
|
||||
Response::Failure(_) => {
|
||||
Response::Failure(response) => {
|
||||
state.statistics.responses_failure
|
||||
.fetch_add(1, Ordering::SeqCst);
|
||||
println!("failure response: reason: {}", response.failure_reason);
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue