[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[rbb@locus.apache.org: cvs commit: apache-2.0/src/main http_connection.c http_core.c http_protocol.c rfc1413.c util_md5.c]

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-08 00:26:26 CET

Heads up on some changes to APR's API...

----- Forwarded message from rbb@locus.apache.org -----

Reply-To: new-httpd@apache.org
Date: 7 Nov 2000 20:22:05 -0000
From: rbb@locus.apache.org
To: apache-2.0-cvs@apache.org
Subject: cvs commit: apache-2.0/src/main http_connection.c http_core.c http_protocol.c rfc1413.c util_md5.c

rbb 00/11/07 12:22:03

  Modified: src CHANGES
>...
  Log:
  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.
>...
----- End forwarded message -----

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.