stas 2003/08/07 17:16:49
Modified: . STATUS Log: add a patch entry submitted by Stewart Gebbie <[EMAIL PROTECTED]> Revision Changes Path 1.33 +11 -1 modperl/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/modperl/STATUS,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- STATUS 2 Jul 2003 13:49:12 -0000 1.32 +++ STATUS 8 Aug 2003 00:16:49 -0000 1.33 @@ -11,6 +11,16 @@ Available Patches: + + * if the requested number of bytes was less + than or equal to the available amount of input then the call + would be successful, otherwise the buffer would come back + undefined. In the case that the requested number of bytes was + larger than the available number of bytes, the returned number + of bytes would still equal the available number of bytes. + Report: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105903751619552&w=2 + Status: + * per_request_cleanup() only cleans up the current request. As one consequence, pnotes of parent requests will not get cleaned up. Report: http://marc.theaimsgroup.com/?l=apache-modperl&m=104176956128093&w=2