]> granicus.if.org Git - apache/commitdiff
An important observations before some x86'er attacks this idea.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 07:40:54 +0000 (07:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 07:40:54 +0000 (07:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95615 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index f08c339707f90f1c3646877562afe6972d8a1dd7..4d0016e212d49ffc2ed0bc7f9914669022ac90ce 100644 (file)
@@ -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 */,