mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
other is not uppercase
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
parent
eb891d4683
commit
042abeb431
2 changed files with 2 additions and 2 deletions
|
@ -97,5 +97,5 @@ func sanitizeMethod(m string) string {
|
|||
return m
|
||||
}
|
||||
|
||||
return "other"
|
||||
return "OTHER"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue