http : Add 416 Error code 'Range Not Satisfiable'

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5370 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-06-18 06:45:57 +00:00
parent aa430d0f83
commit ce5240e50e

View File

@@ -98,6 +98,7 @@ class http
case 413: $text = 'Request Entity Too Large'; break;
case 414: $text = 'Request-URI Too Large'; break;
case 415: $text = 'Unsupported Media Type'; break;
case 416: $text = 'Range Not Satisfiable'; break;
case 500: $text = 'Internal Server Error'; break;
case 501: $text = 'Not Implemented'; break;
case 502: $text = 'Bad Gateway'; break;