]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This patch eliminates the wasteful run-time conversion of method names from
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 05:52:42 +0000 (05:52 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 19 Sep 2001 05:52:42 +0000 (05:52 +0000)
commitcb8569e4f8030abd8478444127b8f1959ce204ae
treeb4f6ddff3d0658638c73f438058658dd4bdc5cd6
parent40dc2ab17366c696f0bac1d122115823a1736559
This patch eliminates the wasteful run-time conversion of method names from
strings to numbers in places where the methods are known at compile
time.

(Justin fixed the va_end() call to be correct.)

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91078 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_request.h
modules/http/http_request.c
modules/mappers/mod_negotiation.c
server/core.c