mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +02:00
Use consistent todo comment casing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user