Folks, the current proxy code looks unreleasable and a bit sloppy in apache-1.3 HEAD with a few abandoned variables and an undeclared fn.
Would one of the proxy hackers take a look at these? src\modules\proxy\proxy_cache.c(886) : warning C4013: 'ap_proxy_table_unmerge' undefined; assuming extern returning int src\modules\proxy\proxy_ftp.c(451) : warning C4101: 'w' : unreferenced local variable src\modules\proxy\proxy_ftp.c(451) : warning C4101: 'o' : unreferenced local variable src\modules\proxy\proxy_http.c(543) : warning C4013: 'ap_proxy_table_unmerge' undefined; assuming extern returning int These errors are typical win32 fooness, I'm not so worried about any of them... src\modules\proxy\proxy_connect.c(244) : warning C4018: '==' : signed/unsigned mismatch src\modules\proxy\proxy_connect.c(245) : warning C4018: '==' : signed/unsigned mismatch src\modules\proxy\proxy_util.c(566) : warning C4018: '<' : signed/unsigned mismatch Jim J. has agitated to release the Solaris fixes on 1.3 for some time, I'd like to see that happen this week :) Bill
