On Wed, 15 Oct 2003 [EMAIL PROTECTED] wrote:

>   fix link error with apr 1.0
>
>   -    trailer_header = ap_table_get(r->headers_in, "X-Chunk-Trailer");
>   +    trailer_header = apr_table_get(r->headers_in, "X-Chunk-Trailer");

I fixed this in my local tree yesterday but then forgot about it.  It
actually needs an #ifdef since in Apache 1.3.x it really is ap_table_get.

I'll commit that.

Reply via email to