]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Simpler, faster code for generating HTTP response headers:
authorBrian Pane <brianp@apache.org>
Mon, 7 Oct 2002 05:10:54 +0000 (05:10 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 7 Oct 2002 05:10:54 +0000 (05:10 +0000)
commit763b2e1c7a908a4ce0e55096f092b2c435328877
treea97946e1705f9be209c40c9d0e9a3f315655b539
parenta6f170f047e06ff6425a858ef2ffac8aa7536e0b
Simpler, faster code for generating HTTP response headers:
Instead of passing a callback function to apr_table_do() to
generate one field at a time, just build an iovec containing
all the fields and make a single call to apr_brigade_writev().

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