On Tue, Feb 05, 2002 at 08:01:49PM -0500, Jeff Trawick wrote: > This is it for me today... > > Perhaps the patch will show somebody (Justin?) what happened with > httpd.core.3.
Yeah, this patch is right. I didn't commit it with the goto because Greg Ames (he volunteered) is going to need to fix up stuff to get EBCDIC working and it will most likely not rely on a goto path. > Note that after the "fix" I ended up with this in the error log: > > [Tue Feb 05 19:59:09 2002] [error] [client 127.0.0.1] (20514)End of > file found: get_mime_headers() failed > [Tue Feb 05 19:59:09 2002] [error] [client 127.0.0.1] client sent > HTTP/1.1 request without hostname (see RFC2616 section 14.23): >/cocoon/developing/graphics/Using%20Databases-label_over.jpg > > Perhaps the wrong log priority is used here? Yeah, I demoted the log priority to NOTICE for get_mime_headers and read_request_line(). That should put it under the radar of the default installs. I could have made it DEBUG, but whatever... > Y'all have fun... Commit something so I don't get too anxious to turn > my +1 in STATUS upside down. Well, I think we've now got fixes for all the segfaults we've seen. Anything else? -- justin