On Thu, Jan 24, 2002 at 11:59:51PM -0000, [EMAIL PROTECTED] wrote: > jerenkrantz 02/01/24 15:59:51 > > Modified: . CHANGES > server protocol.c > include http_protocol.h > Log: > Rewrite ap_rgetline to remove the need to have an "internal" brigade stored > in the core_module structure by using the AP_MODE_SPECULATIVE filter mode > to determine if MIME-continuation should occur. > > Notes: > - ap_rgetline has a new prototype. > - ap_rgetline returns APR_ENOSPC when we are out of buffer space. > > All direct callers of ap_rgetline are now adjusted to handle this new API. > ap_getline will mimic the old API for now.
Please let me know if anything breaks. I tried to test as best as I could. I'm especially curious to see what happens on EBCDIC platforms. I suspect it *might* be broken, but I'm not sure. -- justin
