]> granicus.if.org Git - apache/commit
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
authorRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 20:21:55 +0000 (20:21 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 7 Nov 2000 20:21:55 +0000 (20:21 +0000)
commita6bf24a14ccda24e6abbfa75beebd64358840e12
tree42fcf69db132c64ba85034ae41b49676e16030eb
parenta4f6cd12a41d992f36c26f2a03ee2959d793a46b
Convert a lot of apr_ssize_t to apr_size_t.  We don't ever accept or return
signed values in these integers, and we return the error codes directly,
so we should always report the number of bytes read/written correctly.  If
we have an error, that is 0 bytes.  If that is true, then using signed
values doesn't make any sense.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86857 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c
modules/http/http_protocol.c
server/connection.c
server/rfc1413.c
server/util_md5.c