() Ian Price <ianpric...@googlemail.com> () Sun, 06 Nov 2011 21:04:31 +0000
If you use the web modules, _please_ comment on my suggestions for chunked encoding support. See I don't use those modules (yet?), but i did notice something: + (extension-start (string-index str (lambda (c) (or (char=? c #\;) + (char=? c #\return))))) SRFI 13 ‘string-index’ takes a character-set object as well as a predicate. Going that way could be more efficient (if you pre-construct the charset).