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

Commit d3735e8e 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

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

Change-Id: If22787a12845c87da8419763787b9e0eef403728
parents 0fa0e778 a37dc7d9
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?
        ];