Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e17eadc7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix warnings in preparation for Rust 1.54.0" am: a37dc7d9 am: d3735e8e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1785132

Change-Id: I85f3780912b199a089da3d31234434ba7a4aa827
parents 295f1231 d3735e8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ impl Client {
        let headers = vec![
            quiche::h3::Header::new(b":status", b"200"),
            quiche::h3::Header::new(b"content-type", b"application/dns-message"),
            quiche::h3::Header::new(b"content-length", &len.to_string().as_bytes()),
            quiche::h3::Header::new(b"content-length", len.to_string().as_bytes()),
            // TODO: need to add cache-control?
        ];