From: Christian Bòˆnning Date: Sun, 17 Jan 2016 12:38:11 +0000 (+0100) Subject: Add HTTP 10x Status X-Git-Tag: AWSTATS_7_5~7^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33c72687202d83e8b51c13e1907abf474354169;p=thirdparty%2FAWStats.git Add HTTP 10x Status --- 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