]> granicus.if.org Git - apache/commit
Move ap_set_last_modified to the core. This is a potentially
authorRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 20:42:47 +0000 (20:42 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Mar 2001 20:42:47 +0000 (20:42 +0000)
commite845552895f40dd8977ea76fa6f7b45e632b8fda
tree04adf6e01583f706925b4ee011e5f354f3e9db2a
parent8f6431df56c16a763a2a4dc10e9525c51d6faf4f
Move ap_set_last_modified to the core.  This is a potentially
controversial change, because this is kind of HTTP specific.  However
many protocols should be able to take advantage of this kind of
information.  I expect that headers will need one more layer of
indirection for multi-protocol work, but this is a small step in
the right direction.

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