]> granicus.if.org Git - apache/commit
sendfile_nonblocking() takes the _brigade_ as an argument, gets
authorGraham Leggett <minfrin@apache.org>
Tue, 10 Oct 2006 21:31:36 +0000 (21:31 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 10 Oct 2006 21:31:36 +0000 (21:31 +0000)
commitec119dcfe4c01e7615283b1728d37f3d8c869c8a
tree981ac4f3b08b6d63a4082f70c41f900d0c885ddb
parenta0207d2ff9626198d1e71f45e500530ec295b86f
sendfile_nonblocking() takes the _brigade_ as an argument, gets
the first bucket from the brigade, finds it not to be a FILE
bucket and barfs. The fix is to pass a bucket rather than a brigade.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462580 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/core_filters.c