]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a typo from earlier today. The filters accept apr_ssize_t's, so the
authorRyan Bloom <rbb@apache.org>
Fri, 13 Oct 2000 00:02:06 +0000 (00:02 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 13 Oct 2000 00:02:06 +0000 (00:02 +0000)
commitca0b9e8443e62c3a39f0c02ab1fe664e95e80526
treef9a3ec14a70ad6a144647c78b7d5cde0506ba8bc
parent4a5c3eef1f1a6bc41b1dce8740e5d785e250371d
Fix a typo from earlier today.  The filters accept apr_ssize_t's, so the
get_brigade code should also use apr_ssize_t.
Submitted by: Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86572 13f79535-47bb-0310-9956-ffa450edef68
include/util_filter.h
server/util_filter.c