[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HTTP Request/Response questions
From: |
Thien-Thi Nguyen |
Subject: |
Re: HTTP Request/Response questions |
Date: |
Mon, 07 Nov 2011 09:24:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
() Ian Price <address@hidden>
() 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).