Merge branch 'main' into tm/unify

This commit is contained in:
doria 2024-03-29 12:28:44 -06:00 committed by GitHub
commit 4974aa3b7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -706,9 +706,8 @@ async fn http_handler(
}
}
}
} else {
existing_headers.insert(header_name.to_owned(), header_value.to_owned());
}
existing_headers.insert(header_name.to_owned(), header_value.to_owned());
}
Ok(response)
}