Use consistent todo comment casing

This commit is contained in:
David Pedersen 2022-06-09 20:47:23 +02:00
parent 7aa3f35129
commit b6a2d9dba7

View file

@ -26,7 +26,7 @@ where
type Rejection = HostRejection;
async fn from_request(req: &mut RequestParts<B>) -> Result<Self, Self::Rejection> {
// todo: extract host from http::header::FORWARDED
// TODO: extract host from http::header::FORWARDED
if let Some(host) = req
.headers()