]> granicus.if.org Git - apache/commit
Make ap_rputs an inline function, as it is mostly used with string constants
authorStefan Fritsch <sf@apache.org>
Sat, 4 Jun 2011 18:50:55 +0000 (18:50 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 4 Jun 2011 18:50:55 +0000 (18:50 +0000)
commitcdb37c5e4d684dd22c702a1d8ae65ab875603d40
treea0070b2c709991b311284d89603a5e765e2534eb
parentae7fa449a91c63c7a8c96ee3ab6a242e4ac036bc
Make ap_rputs an inline function, as it is mostly used with string constants
and this allows the compiler to optimize the strlen() call away.

Submitted by: Christophe Jaillet <christophe jaillet wanadoo fr>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1131465 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_protocol.h
server/protocol.c