On 1/3/18, Olivier Mascia <[email protected]> wrote: > > And second, use code from or above [723dedac] fossil's trunk *and* apply > this additional patch: > > if( flags & HTTP_SERVER_LOCALHOST ){ > - zIpAddr = "127.0.0.1"; > + zIpAddr = "::1"; > }
This patch, plus a couple of others are now on a branch: https://www.fossil-scm.org/fossil/info/c038de8d27b5ef14 It works on both Win10 and Win7. But it seems slower for "fossil ui" than using IPv4. I changed the URL to be "http://[::1]:8080/" instead of "http://localhost:8080" and that seemed to help it some. But it still seems more sluggish. But perhaps this is just my imagination. I'd appreciate it if some readers could try the two versions out, side by side, and give their opinions. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

