summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2017-01-06 13:58:03 +0000
committerChristophe Jaillet <jailletc36@apache.org>2017-01-06 13:58:03 +0000
commite0f539c4383952611cb27cc90830ff84458e6450 (patch)
treeab70724b814a3752b026747098f537af57eca20a /include/httpd.h
parentfb209dbba2dfc74ee3c4a800b574e2f67d08915e (diff)
downloadhttpd-e0f539c4383952611cb27cc90830ff84458e6450.tar.gz
Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consistancy reason.
Remove definition of ASCII_CRLF which is the same as CRLF_ASCII. Use ZERO_ASCII and CRLF_ASCII in mod_proxy_http git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index dec6706bd9..ebb2a15b4c 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -690,6 +690,7 @@ struct ap_method_list_t {
#endif /* APR_CHARSET_EBCDIC */
/** Useful for common code with either platform charset. */
#define CRLF_ASCII "\015\012"
+#define ZERO_ASCII "\060"
/**
* @defgroup values_request_rec_body Possible values for request_rec.read_body