Christos Zoulas writes:
> On Dec 19, 1:34pm, [email protected] (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.
.mrg.