bug#22273: “guix download” fails with “bad-response”

2016-08-07 Thread Andy Wingo
On Wed 06 Jan 2016 17:28, l...@gnu.org (Ludovic Courtès) writes: > Fixed in Guile with commit 4c7732c. Marking bug as closed

bug#22273: “guix download” fails with “bad-response”

2016-01-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > Fixed in Guile with commit 4c7732c. > > This was a bit more work than just using ‘read-line’ because we want to > check that the line delimiter is present, like ‘read-line*’ did. Thank you!

bug#22273: “guix download” fails with “bad-response”

2016-01-06 Thread Ludovic Courtès
Fixed in Guile with commit 4c7732c. This was a bit more work than just using ‘read-line’ because we want to check that the line delimiter is present, like ‘read-line*’ did. Thanks, Ludo’.