Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/libexec/httpd



Christos Zoulas writes:
> On Dec 19,  1:34pm, mrg%eterna.com.au@localhost (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.


Home | Main Index | Thread Index | Old Index