From a33c72687202d83e8b51c13e1907abf474354169 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20Bo=CC=88nning?= Date: Sun, 17 Jan 2016 13:38:11 +0100 Subject: [PATCH] Add HTTP 10x Status --- wwwroot/cgi-bin/lib/status_http.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wwwroot/cgi-bin/lib/status_http.pm b/wwwroot/cgi-bin/lib/status_http.pm index fa3925cb..38ced1dd 100644 --- a/wwwroot/cgi-bin/lib/status_http.pm +++ b/wwwroot/cgi-bin/lib/status_http.pm @@ -12,6 +12,9 @@ # This list is used to found description of a HTTP status code #----------------------------------------------------------------- %httpcodelib = ( +'100'=>'Continue', +'101'=>'Switching Protocols', +'102'=>'Processing', #[Miscellaneous successes] '2xx'=>'[Miscellaneous successes]', '200'=>'OK', # HTTP request OK -- 2.47.2