]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add missing HTTP status codes taken from
authorRainer Jung <rjung@apache.org>
Sun, 15 Jul 2012 20:22:03 +0000 (20:22 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 15 Jul 2012 20:22:03 +0000 (20:22 +0000)
commitc3db3277a1eb47ae78a0d325a81e6292cf1088a6
tree7580262cb8884c6c8f93027cd7716fca7b29fde1
parent9ae5bf39bef757655a4e32943f071c15d5e8a823
Add missing HTTP status codes taken from

http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

The new codes are now known and some canned error
strings are provided. The web server does not yet actually
produce them in responses or reacts on getting them
from an origin server when acting as a proxy or gateway.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361784 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
modules/http/http_protocol.c
modules/lua/lua_vmprep.c