Re: Working http-get example and still unsolved problem

2012-05-07 Thread Ian Price
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

Re: Working http-get example and still unsolved problem

2012-05-07 Thread Sunjoong Lee
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

Re: Working http-get example and still unsolved problem

2012-05-06 Thread Ian Price
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

Re: Working http-get example and still unsolved problem

2012-05-06 Thread Sunjoong Lee
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

Working http-get example and still unsolved problem

2012-05-01 Thread Sunjoong Lee
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)