"Bill Stoddard" <[EMAIL PROTECTED]> writes: > I am rewriting much of the code called by ap_read_request > to handle HTTP headers. Much of the function in rgetline_core, > read_request_headers and get_mime_headers_core is being > reimplemented in ap_http_headers_input_filter.
Can r->headers_in ever contain any entries prior to the get_mime_headers_core() call? Just looking over the 2.0 source, it looks to me like r->headers_in is an empty apr_table prior to the apr_table_overlap() call at the end of get_mime_headers_core(). -- Joe Schaefer
