Proc ‘uniform-vector-read!’ is deprecated (ugh), and its implementation
rebased onto ‘(rnrs io ports) get-bytevector-n!’. Unfortunately, there
seems to be a glitch in the arg shuffling. Here is /tmp/foo.scm:
foo.scm
Description: application/scheme
and here is a series of invocations that demo
Mark H Weaver skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> I just noticed that our HTTP client is very slow. Consider this:
>>
>> (use-modules (web client)
>> (rnrs io ports)
>> (rnrs bytevectors)
>> (srfi srfi-11)
>> (ice-9 format))
Hi Ludovic,
l...@gnu.org (Ludovic Courtès) writes:
> I just noticed that our HTTP client is very slow. Consider this:
>
> (use-modules (web client)
> (rnrs io ports)
> (rnrs bytevectors)
> (srfi srfi-11)
> (ice-9 format))
>
> (define %uri
> "
I just noticed that our HTTP client is very slow. Consider this:
--8<---cut here---start->8---
(use-modules (web client)
(rnrs io ports)
(rnrs bytevectors)
(srfi srfi-11)
(ice-9 format))
(define %uri
"http:
Shane Celis writes:
> ;; GNU/Linux bug
> ;;
> ;;
> ;; Info
> ;;
> ;;
> ;; $ uname -a
> ;; Linux debian 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux
> ;;
> ;; $ guile --version
> ;; guile (GNU Guile) 2.0.9 [...]
> ;;
> ;; $ bash ./build-aux/config.guess
> ;; i686-pc-lin
I just noticed that our web client