From 09206456a5cf9c496c2cc5470b0e30f1a5a51689 Mon Sep 17 00:00:00 2001 From: Lucas Pardue Date: Tue, 17 Dec 2024 22:28:31 +0000 Subject: [PATCH] h3i: example typo --- h3i/examples/content_length_mismatch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h3i/examples/content_length_mismatch.rs b/h3i/examples/content_length_mismatch.rs index cff1bfacb7..0e349965e9 100644 --- a/h3i/examples/content_length_mismatch.rs +++ b/h3i/examples/content_length_mismatch.rs @@ -15,7 +15,7 @@ const STREAM_ID: u64 = 0; /// Send a request with a Content-Length header that specifies 5 bytes, but a /// body that is only 4 bytes long. This verifies https://datatracker.ietf.org/doc/html/rfc9114#section-4.1.2-3 for -/// blog.cloudflare.com. +/// cloudflare-quic.com. fn main() { let config = Config::new() .with_host_port("cloudflare-quic.com".to_string())