]> granicus.if.org Git - apache/commit
Generate etags consistently across 32-bit and 64-bit platforms:
authorJoe Orton <jorton@apache.org>
Mon, 12 Mar 2007 15:05:50 +0000 (15:05 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 12 Mar 2007 15:05:50 +0000 (15:05 +0000)
commit84d5acf53ab5d40e7caef6bb4ff6969dfc8b3dae
tree88b413532b1f6a12d241efee49aa54b12abbf7c9
parent2af272c512cb40cc7ff9cd1c4813c8b04ca8d1b5
Generate etags consistently across 32-bit and 64-bit platforms:

* modules/http/http_etag.c (etag_uint64_to_hex): Renamed from
etag_ulong_to_hex; take an apr_uint64_t argument.
(ap_make_etag): Adjust to use new function and macro names.
Pass arguments directly to etag_uint64_to_hex without casting
down to unsigned long.

PR: 40064

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@517238 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_etag.c