mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Added HTTP Status 505 (Unsupported Version) to CakeResponse
This commit is contained in:
parent
5270721ade
commit
a3d405524e
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ class CakeResponse {
|
|||
501 => 'Not Implemented',
|
||||
502 => 'Bad Gateway',
|
||||
503 => 'Service Unavailable',
|
||||
504 => 'Gateway Time-out'
|
||||
504 => 'Gateway Time-out',
|
||||
505 => 'Unsupported Version'
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue