On Thu, Aug 14, 2014 at 2:31 PM, Baruch Burstein <[email protected]> wrote:
> BTW, why is this done like this on Windows, instead of doing the same as > linux (where the HTTP requests are handled directly by the server instance > of fossil)? > Can't say - i don't do Windows. It surprises me as well. It seems that the server impl has diverged into a windows-specific one since i last looked at those bits. Maybe those bits are missing an open-a-repo check/step. Looking at it now, i apparently understand too little of it to see if there's a difference in this regard. Ah, here we go: main.c has a big #if block in which find_server_repository() is done in the non-Windows block, and (apparently) not in the Windows block. i don't dare touch the Windows code, though, as i can't test it. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

