Hello,
There is http-get in Guile and will be http-put, then what's the next? I
think the method using cookie and handling https. I had thought that I'd be
able to read contents of a web page needing login when I had read http-put
of Greg Benison,
http://lists.gnu.org/archive/html/guile-user/2012-
Ian had made a new patch for Chunked Encoding,
http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00040.html ;
thanks Ian. But I suspect it has a bug.
make-chunked-input-port use bytevector-copy! in read!. I saw the crash like
this;
ERROR: In procedure bytevector-copy!:
ERROR: Value out
Sunjoong Lee writes:
> Ian had made a new patch for Chunked
> Encoding, http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00040.html
> ; thanks Ian. But I suspect it has a bug.
>
> make-chunked-input-port use bytevector-copy! in read!. I saw the crash like
> this;
> ERROR: In procedur