Joe Schaefer wrote:
Can r->headers_in ever contain any entries prior to the get_mime_headers_core() call?
no (barring weird bugs of course).
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().
I'll take your word for it. Greg
