]> granicus.if.org Git - apache/commit
Avoid using sscanf to determine the HTTP protocol number in
authorBill Stoddard <stoddard@apache.org>
Fri, 16 Mar 2001 04:17:38 +0000 (04:17 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 16 Mar 2001 04:17:38 +0000 (04:17 +0000)
commit0296354880b10865be039d64d0154b66f7b03995
tree9defadbbe2476709b428c9b658299b26c628a67a
parent67b33605cab4817bf82471de436e46381f851c87
Avoid using sscanf to determine the HTTP protocol number in
the common case because sscanf is a performance hog. From
Mike Abbot's Accelerating Apache patch number 6.

Submitted by: Mike Abbot <mja@trudge.engr.sgi.com>
Reviewed by: Bill Stoddard

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