In article <20871.1450494...@splode.eterna.com.au>, matthew green <m...@eterna.com.au> wrote: >Christos Zoulas writes: >> On Dec 19, 1:34pm, m...@eterna.com.au (matthew green) wrote: >> -- Subject: re: CVS commit: src/libexec/httpd >> >> | i don't think it matters where the failure happens. we only need >> | one frontend function, and it can exit as necessary. you can tell >> | from the contents of struct bozohttpd_t whether a reply can be sent >> | upon error, or simply exiting. >> >> Ok, how can I tell? > >looks like after this: > > request->hr_file = file; > >which means checking httpd->request && httpd->request->hr_file >would be sufficient.
Well, bozo_http_error() check those two and also writes to stdout if those are not set. I was looking for something that would skip the Content-type etc. christos