You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2002/01/25 01:31:39 UTC

Re: cvs commit: httpd-2.0/include http_protocol.h

On Thu, Jan 24, 2002 at 11:59:51PM -0000, jerenkrantz@apache.org 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