Re: Adding https support

2015-09-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > There are remaining issues: > - The tls file descriptor leak bug from Guix has been carried over here >http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20145 >but I don't really know enough to know what I'm supposed to fix. >Pointers? Here we use ‘set

Adding https support

2015-09-17 Thread Christopher Allan Webber
Hello! So, Guile currently lacks https support, which I think is... strange in the present day! I've currently hit a limit with what I can do in implementing federation tools using Guile without https support. Luckily, I was pointed to Guix's guix/build/download.scm containing https support. Lud