Hi Swen, Thank you for your patch. Now, Zinc works perfectly to make request on jamendo.com. I'm going to fill my iPod ;-) Olivier www.auverlot.fr
On 20 Sep 2011, at 13:38, Sven Van Caekenberghe wrote:
It would not be too hard to implement this compromise: Both Chrome and Mozilla seem to have settled on allowing multiple C-Ls if they're dups. ZnEasy get: 'http://api.jamendo.com/get2/name+url/album/xml'
or
ZnNeoClient new get: 'http://api.jamendo.com/get2/name+url/album/xml'
should now work as expected.
Name: Zinc-HTTP-SvenVanCaekenberghe.205 Author: SvenVanCaekenberghe Time: 20 September 2011, 1:58:59 pm UUID: 135d43af-b715-45d4-bd28-85323f49999d Ancestors: Zinc-HTTP-SvenVanCaekenberghe.204
modified ZnHeaders>>#contentLength to allow for the special case when there are multiple content-length headers, but only when they are identical; fixed some typos in ZnHTTPSocketFacade where some arguments where ignored (thx Olivier Auverlot for reporting this)