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 of range 0 to 4294967295: -5915 I can't tell the url of the web page made that crash because I had seen it in my testing login to that page but can tell you that was not written by english and the charset of that is not UTF-8. I suspect the cause of the crash be in using bytevector-copy!. The previous patch made in 06 Nov 2011 does not make a crash. With that, I could not read the content body of the page but it might be my fault. 2012/5/2 Sunjoong Lee <sunjo...@gmail.com> > > 1. http-get of current stable version, 2.0.5, of Guile does not > support "Chunked Encoding." > 2. You should apply patches of Ian Price's, > http://lists.gnu.org/archive/html/guile-user/2011-11/msg00011.html , if > this case. >