]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit134dbc9e7a3f1c64dbe9e7844257ed899193d83f
tree42fcf69db132c64ba85034ae41b49676e16030eb
parentb6f8c9c68a2f33ef3f174ba763b717d5c7af1145
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