Thus said Oliver Friedrich on Thu, 02 Apr 2015 20:56:38 -0000:

> As  I'm completly  new to  c  programming this  is more  a draft  than
> anything I would call a contribution, but for "fossil server" it works
> already and I'll definetly spend more time on that next week.

Is it isn't necessary to replace localhost in the URL with [::1] because
most sane OSes will already have an alias in /etc/hosts for localhost?

$ grep ::1 /etc/hosts
::1             localhost
$ ping6 -c 1 localhost
PING6(56=40+8+8 bytes) ::1 --> ::1
16 bytes from ::1, icmp_seq=0 hlim=64 time=0.037 ms

--- localhost ping6 statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.037/0.037/0.037/nan ms

Andy
-- 
TAI64 timestamp: 40000000551df22c


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to