mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http: remove underscore from "failure_reason"
This commit is contained in:
parent
e7de66603e
commit
9707898a32
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ impl Connection {
|
|||
}
|
||||
}
|
||||
for chunk in response_bytes.windows(18){
|
||||
if chunk == b"d14:failure_reason" {
|
||||
if chunk == b"d14:failure reason" {
|
||||
state.statistics.responses_failure.fetch_add(1, Ordering::SeqCst);
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue