]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
default_handler: move the code to handle unusual methods out of the middle
authorGreg Ames <gregames@apache.org>
Tue, 30 Apr 2002 20:12:26 +0000 (20:12 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 30 Apr 2002 20:12:26 +0000 (20:12 +0000)
commitd5e573dec1a5b320e222fcf52565a3c4e5bceb8b
tree046b3b4e654f7b1e4258359fef52de4fbe826d93
parent85d08878d394b8d9cf60c7014afaafacd99ca32e
default_handler: move the code to handle unusual methods out of the middle
of the hot path without using goto.

suggested by: Roy Fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94882 13f79535-47bb-0310-9956-ffa450edef68
server/core.c