summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-qpack/src/table.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/neqo-qpack/src/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/neqo-qpack/src/table.rs b/third_party/rust/neqo-qpack/src/table.rs
index 517e98db09..d5275ec98f 100644
--- a/third_party/rust/neqo-qpack/src/table.rs
+++ b/third_party/rust/neqo-qpack/src/table.rs
@@ -94,7 +94,7 @@ impl HeaderTable {
capacity: 0,
used: 0,
base: 0,
- acked_inserts_cnt: if encoder { 0 } else { u64::max_value() },
+ acked_inserts_cnt: if encoder { 0 } else { u64::MAX },
}
}