On 10/11/2005 11:51 PM, Jim Jagielski wrote: > > > I hate IRC. It's a real time sinkhole :) Plus, it avoids the > danger of doing development on IRC instead of on the mailing > lists where it belongs... I occasionally am on IM and IRC > however, but rarely :) >
All very true :-). BTW: I just noticed that c = strchr(url, ':'); if (c == NULL || c[1] != '/' || c[2] != '/' || c[3] == '\0') return NULL; in ap_proxy_get_worker of proxy_util.c seem to be unneeded now (Only came to my mind as I saw your commit mail, weird. ) If you agree I will remove them tomorrow as a clean-up. Regards RĂ¼diger