Sunjoong Lee writes:
> Hi, Ian;
>
> 2012/5/7 Ian Price
>
> Thanks for pointing this out, and if you have other comments on the
> implementation (and the close-port issue), I'll be happy to have them.
>
> I don't understand the "close-port issue" exactly so this might be nonsense.
> I th
Hi, Ian;
2012/5/7 Ian Price
>
> Thanks for pointing this out, and if you have other comments on the
> implementation (and the close-port issue), I'll be happy to have them.
I don't understand the "close-port issue" exactly so this might be
nonsense. I think you mean comment-out-ed (close-port p
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
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
Hello,
It's 1st day of May, a new month; I thought it would be better to summarize
some issues of http-get. This post include 3 examples; working, half
working and not working because of implementation of declare-uri-header!
Example 1 - working
(use-modules (srfi srfi-8)
((web uri)