https://issues.apache.org/bugzilla/show_bug.cgi?id=53741
Priority: P2
Bug ID: 53741
Assignee: [email protected]
Summary: Code clean up (Concat string at compile time when
possible)
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 2.5-HEAD
Component: All
Product: Apache httpd-2
Created attachment 29253
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29253&action=edit
Proposed patch
Hi,
All is said in the title.
It is sometimes possibles to concat strings at compile time as already widely
done in the source code.
Doing so, sometimes also give the opportunity to turn a 'ap_fputstrs' into a
'ap_fputs'
modules/arch/netware/mod_nw_ssl.c | 4 ++--
modules/cache/mod_cache_disk.c | 4 ++--
modules/cache/mod_disk_cache.c | 4 ++--
modules/http/http_filters.c | 6 +++---
modules/mappers/mod_dir.c | 2 +-
modules/proxy/mod_proxy_balancer.c | 2 +-
modules/ssl/ssl_engine_kernel.c | 4 ++--
server/protocol.c | 2 +-
support/ab.c | 2 +-
9 files changed, 15 insertions(+), 15 deletions(-)
Best regards
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]