You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/04/19 16:29:17 UTC

svn commit: r161898 - perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod

Author: stas
Date: Tue Apr 19 07:29:16 2005
New Revision: 161898

URL: http://svn.apache.org/viewcvs?view=rev&rev=161898
Log:
$r->bytes_sent() doesn't really work under Apache 2.0. [based on comment from Joe 
Orton on the modperl list]

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?view=diff&r1=161897&r2=161898
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Tue Apr 19 07:29:16 2005
@@ -378,6 +378,11 @@
 
 =back
 
+Though as of this writing in Apache 2.0 it doesn't really do what it
+did in Apache 1.3. It's just set to the size of the response body.
+The issue is that buckets from one request may get buffered and not
+sent during the lifetime of the request, so it's not easy to give a
+truly accurate count of "bytes sent to the network for this response".
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org