chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Problem with http-client in chicken 4.2.0


From: Peter Bex
Subject: Re: [Chicken-users] Problem with http-client in chicken 4.2.0
Date: Sun, 1 Nov 2009 16:13:52 +0100
User-agent: Mutt/1.4.2.3i

On Sun, Nov 01, 2009 at 03:36:42PM +0100, Jörg F. Wittenberger wrote:
> I've got no idea what's going on here at all, but
> to me the second request looks wrong in any case.
> 
> Shouldn't those parameter field separators be "&" and never ";" ???

Good catch.  It's possible that Google doesn't allow ; as separator.
In that case, parameterize form-urlencoded-separator to "&;" or just "&".

This parameter is for uri-common, which defaults to ";&" because
of the recommendation in the HTML spec to prefer ";" as separator, but
to also allow "&" on input. The reason is the former doesn't have to be
specially encoded in HTML.

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth




reply via email to

[Prev in Thread] Current Thread [Next in Thread]