Commit 799874ed authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 4dfadfd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */,