Ryan Bloom wrote:
This would be cool to add to modules/test. That would let it be used in
testing, and we would automagically remove it for the release.
I thought all of the testing modules got moved over to this project.
modules/test would suit me better, as I have commit over there
Ryan
----------------------------------------------
Ryan Bloom [EMAIL PROTECTED]
645 Howard St. [EMAIL PROTECTED]
San Francisco, CA
-----Original Message-----
From: Ian Holsman [mailto:[EMAIL PROTECTED]
Sent: Friday, February 22, 2002 9:33 PM
To: [EMAIL PROTECTED]
Subject: [submission] mod-bucketeer
thought this module would be of use to people over here.
I'm currently using it to test mod-include.
what it does:
- parses incoming stream of bytes.
IF it finds a '^B' or a '^F' it will create a
new bucket at this point and will insert a flush bucket
(if you specify ^F)
why is this usefull:
- testing mod-include boundry conditions and other wierd &
wonderfull things with weird bucket sizes.
..Ian