"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Sat Dec 12 18:06:58 UTC 2015 > > Modified Files: > src/libexec/httpd: bozohttpd.c bozohttpd.h ssl-bozo.c > > Log Message: > Introduce bozo_strdup and bozo_asprintf to add error checking and reduce > code duplication. > > Note that bozo_strdup is different that bozostrdup; the _ routines exit > loging error to syslog or stderr, whereas the non _ routines send error > responses to the http client.
wait, you make it so there are two functions with almost the same name but different semantics? please don't do that. sounds like the "_" routines should have "log" in them somewhere. .mrg.