From: William A. Rowe Jr Date: Wed, 12 Jun 2002 07:40:54 +0000 (+0000) Subject: An important observations before some x86'er attacks this idea. X-Git-Tag: 2.0.38~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc0f11180479f4f9637d3da3f3ef67addaabeb06;p=apache An important observations before some x86'er attacks this idea. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95615 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index f08c339707..4d0016e212 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -349,7 +349,7 @@ static apr_status_t deflate_out_filter(ap_filter_t *f, * If we wish to populate in MTIME (as hinted in RFC 1952), do: * putLong(date_array, apr_time_now() / APR_USEC_PER_SEC); * where date_array is a char[4] and then print date_array in the - * MTIME position. + * MTIME position. WARNING: ENDIANNESS ISSUE HERE. */ buf = apr_psprintf(r->pool, "%c%c%c%c%c%c%c%c%c%c", deflate_magic[0], deflate_magic[1], Z_DEFLATED, 0 /* flags */,