]> granicus.if.org Git - apache/commit
* server/core.c (default_handler): Use apr_brigade_insert_file() to
authorJoe Orton <jorton@apache.org>
Wed, 14 Jun 2006 13:16:29 +0000 (13:16 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 14 Jun 2006 13:16:29 +0000 (13:16 +0000)
commitc13f8dd6eb159ca32e6d65b074edd8bfe1ca5c1f
treea2450a484125b824f0d8b6286c42f66a9899e21b
parent9130728c91efd5b3ae1c1bbd8bb63075b394757c
* server/core.c (default_handler): Use apr_brigade_insert_file() to
append the file to the brigade.

* server/protocol.c (ap_send_fd),
modules/proxy/mod_proxy_http.c (spool_reqbody_cl),
modules/cache/mod_mem_cache.c (recall_body),
modules/cache/mod_disk_cache.c (recall_body),
modules/mappers/mod_negotiation.c (handle_map_file),
modules/generators/mod_asis.c (asis_handler),
modules/dav/fs/repos.c [DEBUG_GET_HANDLER] (dav_fs_deliver),
modules/arch/win32/mod_isapi.c (ServerSupportFunction): Likewise.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414238 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c
modules/cache/mod_disk_cache.c
modules/cache/mod_file_cache.c
modules/cache/mod_mem_cache.c
modules/dav/fs/repos.c
modules/generators/mod_asis.c
modules/mappers/mod_negotiation.c
modules/proxy/mod_proxy_http.c
server/core.c
server/protocol.c