# # $Id: MANIFEST,v 1.6 2001/11/23 14:58:58 coar Exp $ # # # Package name: mod_babble # Package version: 1.4.2 # Package files: # MANIFEST # INSTALL # README # LICENSE.txt # CHANGELOG # mod_babble.c # mod_babble.cfgpatch # mod_babble.docpatch # mod_babble.html # # Abstract: #+ # A test module for the Apache Web server. It simply fills a buffer # with the appropriate number of bytes in a given pattern string, and # then emits it as the response body. The content length field is # included so the response is cacheable. The size of the response # is controlled by server directives and parameters in the URL # string (e.g., "?size=10000;pattern=garbage"). #- # History: # 1.1.0 2000-08-23 Ken Coar # Added streaming capability and a limited-size buffer used # repeatedly rather than one the size of the total response. #