Skip to content

Commit

Permalink
h3i: example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LPardue authored Dec 17, 2024
1 parent 85791d9 commit 0920645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h3i/examples/content_length_mismatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 0920645

Please sign in to comment.